Linux——列出文件详细信息

来源:互联网 发布:mac os 10.12 beta8 编辑:程序博客网 时间:2024/06/06 07:18

ls -ilh

查询此目录下详细信息

ll -ih

list long format - inode(index number)human readable

 

ll -sh


[root@localhost /]# ll -ish
total 94K
917510 4.0K dr-xr-xr-x.   2 root root 4.0K Oct  2 04:34 bin
     2 2.0K dr-xr-xr-x.   5 root root 1.0K Aug 25 03:16 boot
     4    0 drwxr-xr-x.  18 root root 3.7K Oct  2 03:22 dev
393218 4.0K drwxr-xr-x.  93 root root 4.0K Oct  3 05:58 etc
262149 4.0K drwxr-xr-x.   3 root root 4.0K Aug 25 03:17 home
    12 4.0K dr-xr-xr-x.  10 root root 4.0K Aug 25 03:08 lib
262146  12K dr-xr-xr-x.   9 root root  12K Oct  3 05:55 lib64
    11  16K drwx------.   2 root root  16K Aug 25 03:00 lost+found
131075 4.0K drwxr-xr-x.   2 root root 4.0K Dec  4  2009 media
917511 4.0K drwxr-xr-x.   3 root root 4.0K Oct  3 00:47 mnt
131076 4.0K drwxr-xr-x.   3 root root 4.0K Oct  3 05:53 opt
     1    0 dr-xr-xr-x. 160 root root    0 Oct  2 03:20 proc
917507 4.0K dr-xr-x---.   3 root root 4.0K Oct  3 05:40 root
    14  12K dr-xr-xr-x.   2 root root  12K Oct  2 04:34 sbin
     1    0 drwxr-xr-x.   7 root root    0 Oct  2 03:20 selinux
131077 4.0K drwxr-xr-x.   2 root root 4.0K Dec  4  2009 srv
     1    0 drwxr-xr-x.  13 root root    0 Oct  2 03:20 sys
917505 4.0K drwxrwxrwt.  18 root root 4.0K Oct  3 05:42 tmp
786434 4.0K drwxr-xr-x.  13 root root 4.0K Aug 25 03:01 usr
655361 4.0K drwxr-xr-x.  22 root root 4.0K Aug 25 03:13 var


原创粉丝点击