8.2日 LS经常用到的选项

ls 是文件和目录的命令,不加选项。
1       8        a26.txt  a7.txt           he22  he40  he59
10      9        a27.txt  a8.txt           he23  he41  he6
[root@bogon ~]# ls -a
.        a14.txt  a40.txt          he19  he45                  .tcshrc
..       a15.txt  a4.txt           he2   he46                  .viminfo
1        a16.txt  a5.txt           he20  he47                  .xauth8blvfw
10       a17.txt  a6.txt           he21  he48                  .xauthAMMMvW
11       a18.txt  a7.txt           he22  he49                  .xauthCnZcPS
12       a19.txt  a8.txt           he23  he5                   .xauthd9SZOg
13       a1.txt   a9.txt           he24  he50                  .xauthHNVCcO
14       a20.txt  anaconda-ks.cfg  he25  he51                  .xauthKgTQmG

[root@bogon ~]# ls -F给不同文件类型的文件加特殊符号
1/       a11.txt  a31.txt          he12/  he33/  he54/
10/      a{1..20  a32.txt          he13/  he34/  he55/
11/      a12.txt  a33.txt          he14/  he35/  he56/
[root@bogon ~]# ls -lh   //一人类容易堵得方式列出
drwxr-xr-x. 3 root root   15 7月  31 19:51 1
drwxr-xr-x. 2 root root    6 8月   1 09:19 10
drwxr-xr-x. 2 root root    6 8月   1 09:19 11

[root@bogon ~]# df文件系统
文件系统                   1K-块    已用     可用 已用% 挂载点
/dev/mapper/centos-root 17811456 5353316 12458140   31% /
devtmpfs                  480836       0   480836    0% /dev
tmpfs                     497948       0   497948    0%

 

你可能感兴趣的:(8.2日 LS经常用到的选项)