跳至內容

antony@notes:~$ cd suse && ls

SUSE

60 articles · sorted by date desc

SUSE · 2023-04-03 ·SUSE Linux Enterprise Server

Remote Administration

本文主要介紹如何使用 OpenSSH 或是 VNC 來進行遠端管理

SUSE · 2023-04-03 ·SUSE Linux Enterprise Server

Administration and Monitoring

本文主要了解 chrony 的時間同步、如何設定系統記錄,以及了解 Supportconfig

SUSE · 2023-04-02 ·SUSE Linux Enterprise Server

The Linux Filesystem

本文主要介紹在 Linux 的檔案系統中,了解什麼是 FHS 、根目錄下一層的那些子目錄代表那些含意、檔案和連結分為哪些類別。

SUSE · 2023-04-01 ·SUSE Linux Enterprise Server

System Initialization

GRUB 2 的設定是基於以下檔案 : /boot/grub2/grub.cfg Configuration of the GRUB 2 menu items 設定 GRUB 2 的功能選項 它取代了 GRUB Legacy 中使用的 menu.lst。 grub.cfg 由 grub2-mkconfig 命令自動生成,不應進行編輯。

SUSE · 2023-04-01 ·SUSE Linux Enterprise Server

Identity and Security

ACLs 如何運作 ACL 術語 ACL 種類 ACLs 和 權限 如何相互對應 使用 ACL 命令工具 透過 Access ACL 設定目錄 透過 Default ACL 設定目錄 使用更多的 setfacl 選項 ACL Check…

SUSE · 2023-04-01 ·SUSE Linux Enterprise Server

Process Management

Terminology: Program: Executable code, stored on a drive Process: Executable code, copied into RAM for execution Task…

SUSE · 2023-04-01 ·SUSE Linux Enterprise Server

Work with the Command Line

命令說明:使用 -h 或 --help 手冊頁面:man [section] command 關鍵字清單:man -k keyword 顯示描述:whatis command 資訊頁面:info command Software…

SUSE · 2023-03-18

LAB MANUAL SLES

sudo yast > select "Miscellaneous" > "Display the system’s log"

SUSE · 2023-03-16

SCA in SUSE Linux Enterprise Server 15

In the scripts subdirectory under your home directory there is a file named tstparse.sh. You want to set an Extended ACL so the jsmith user has all permissions to just this file.

SUSE · 2023-03-09

SUSE Linux 的 study

建立一個名為 hello.c 的檔案 將 hello.c 複製到 hello_new.c