ls 的功能是list directory contents,其常用的選項(xiàng)如下:
(1) -l use a long listing format(長(zhǎng)格式,顯示完整信息)
文件類(lèi)型:
-: 普通文件
d: 目錄文件(directory)
b: 塊設(shè)備文件(block)
c: 字符設(shè)備文件(character)
l: 符號(hào)鏈接文件(symbolic link file)
p: 命令管道文件(pipe)
s: 套接字文件(socket)
文件權(quán)限: 9位,每3位一組 rwx
文件硬鏈接的次數(shù)
文件的屬主(owner)
文件的屬組(group)
文件的大小(size):默認(rèn)單位是字節(jié)
時(shí)間戳(timestamp)
- 訪問(wèn) access
- 修改 modify 指改變文件內(nèi)容
- 改變 change 指改變文件metadata
(2)-h, --human-readable with -l, print sizes in human readable format (e.g., 1K 234M 2G)
(3)-a, --all, do not ignore entries starting with .
“.“ 當(dāng)前目錄
“..“ 父目錄
(4)-d, --directory,list directories themselves, not their contents
(5)-i, --inode, print the index number of each file
(6)-r,--reversereverse order while sorting
(7)-R, --recursive list subdirectories recursively