Which of the following commands can be used to display the inode number of a given file?
A.
inode
B.
ls
C.
ln
D.
cp
題解
選項A,沒有「inode」指令。
選項B,「ls」指令可以查看目錄下的檔案屬性,加上「-i」參數可以看到inode號碼。
選項C,「ln」指令用來建立實體連結或是符號連結。
選項D,「cp」指令用來複製檔案。
Which of the following commands can be used to display the inode number of a given file?
A.
B.
C.
D.
選項A,沒有「inode」指令。
選項B,「ls」指令可以查看目錄下的檔案屬性,加上「-i」參數可以看到inode號碼。
選項C,「ln」指令用來建立實體連結或是符號連結。
選項D,「cp」指令用來複製檔案。