Skip to content

Latest commit

 

History

History
45 lines (45 loc) · 928 Bytes

期中考.md

File metadata and controls

45 lines (45 loc) · 928 Bytes
  • 系統管理五大項
  • Linux 檔案系統
  • 檔案操作
    • stat
  • vi
  • 目錄操作
    • 刪除目錄
  • 使用者管理
    • useradd
      • /etc/passwd CentOS6 uid start from 500 CentOS7 start from 1000
    • passwd
      • /etc/shadow $6=sha256 salt 加密後的密碼
    • groupadd
      • /etc/group
  • 管理者
    • wheel
    • su vs su-
  • 權限介紹
    • 五層資料夾 底層檔案有權限
  • 系統資訊
    • uptime(判斷狀態)
    • last(系統被登入過的)
    • free >> df -h >> df -i
    • data
  • 系統資源
    • 檢查幾顆cpu /proc/cpu-info top+指令
    • ps aux, ps efa
    • top(各個欄位的意思), top nice值(優先度)
  • 網路資訊
    • 上網要哪些條件
  • 行程輸入輸出
  • 校時
  • 排程
    • 指令
    • 格式
  • 備份
    • crontab -e
    • tar
  • systemd模組
    • 流程圖
  • 服務操作
  • 系統層級
  • 套件管理
  • 磁碟管理
    • /etc/fstab