中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問(wèn)手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級(jí)網(wǎng)工!

招聘|合作 登陸|注冊(cè)

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點(diǎn)關(guān)注 > linux常用命令

linux命令系列 ls

時(shí)間:2018-11-29

ls是linux中最常用的命令之一

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