How many fields are in a syntactically correct line of /etc/fstab?



A. 3
B. 4
C. 5
D. 6
E. 7

題解

「/etc/fstab」設定檔共有6個欄位,分別是:
  • file system:裝置名稱(裝置檔案路徑、UUID或是LABEL)。
  • mount point:掛載裝置的檔案路徑。
  • type:裝置的檔案系統。
  • options:檔案系統的參數。
  • dump:是否用dump來進行備份。
  • pass:掛載時是否使用fsck工具來檢查檔案系統。