Linux入门教程之ls命令用法(2)

total 254
drwxr-xr-x  2 root root  4096 Jun 12 04:03 bin
drwxr-xr-x  4 root root  1024 Jun 15 14:45 boot
drwxr-xr-x  6 root root  4096 Jun 12 10:26 data
drwxr-xr-x  10 root root  3520 Sep 26 15:38 dev
drwxr-xr-x  75 root root  4096 Oct 16 04:02 etc
drwxr-xr-x  4 root root  4096 Jun 12 10:26 home
drwxr-xr-x  14 root root 12288 Jun 16 04:02 lib
drwx------  2 root root 16384 Jun 11 22:46 lost+found
drwxr-xr-x  2 root root  4096 May 11  2011 media
drwxr-xr-x  2 root root  4096 Nov  8  2010 misc
drwxr-xr-x  2 root root  4096 May 11  2011 mnt
drwxr-xr-x  2 root root  4096 May 11  2011 opt
dr-xr-xr-x 232 root root    0 Jun 15 11:04 proc
drwxr-x---  4 root root  4096 Oct 15 14:43 root
drwxr-xr-x  2 root root 12288 Jun 12 04:03 sbin
drwxr-xr-x  2 root root  4096 May 11  2011 selinux
drwxr-xr-x  2 root root  4096 May 11  2011 srv
drwxr-xr-x  11 root root    0 Jun 15 11:04 sys
drwxrwxrwt  3 root root 98304 Oct 16 08:48 tmp
drwxr-xr-x  13 root root  4096 Jun 11 23:38 usr
drwxr-xr-x  19 root root  4096 Jun 11 23:38 var
列出可读文件和文件夹详细信息

[root@localhost /]# ls -lh

total 254K
drwxr-xr-x  2 root root 4.0K Jun 12 04:03 bin
drwxr-xr-x  4 root root 1.0K Jun 15 14:45 boot
drwxr-xr-x  6 root root 4.0K Jun 12 10:26 data
drwxr-xr-x  10 root root 3.5K Sep 26 15:38 dev
drwxr-xr-x  75 root root 4.0K Oct 16 04:02 etc
drwxr-xr-x  4 root root 4.0K Jun 12 10:26 home
drwxr-xr-x  14 root root  12K Jun 16 04:02 lib
drwx------  2 root root  16K Jun 11 22:46 lost+found
drwxr-xr-x  2 root root 4.0K May 11  2011 media
drwxr-xr-x  2 root root 4.0K Nov  8  2010 misc
drwxr-xr-x  2 root root 4.0K May 11  2011 mnt
drwxr-xr-x  2 root root 4.0K May 11  2011 opt
dr-xr-xr-x 235 root root    0 Jun 15 11:04 proc
drwxr-x---  4 root root 4.0K Oct 15 14:43 root
drwxr-xr-x  2 root root  12K Jun 12 04:03 sbin
drwxr-xr-x  2 root root 4.0K May 11  2011 selinux
drwxr-xr-x  2 root root 4.0K May 11  2011 srv
drwxr-xr-x  11 root root    0 Jun 15 11:04 sys
drwxrwxrwt  3 root root  96K Oct 16 08:49 tmp
drwxr-xr-x  13 root root 4.0K Jun 11 23:38 usr
drwxr-xr-x  19 root root 4.0K Jun 11 23:38 var
显示文件夹信息

[root@localhost /]# ls -ld /etc/

drwxr-xr-x 75 root root 4096 Oct 16 04:02 /etc/
按时间列出文件和文件夹详细信息

[root@localhost /]# ls -lt

total 254
drwxrwxrwt  3 root root 98304 Oct 16 08:53 tmp
drwxr-xr-x  75 root root  4096 Oct 16 04:02 etc
drwxr-x---  4 root root  4096 Oct 15 14:43 root
drwxr-xr-x  10 root root  3520 Sep 26 15:38 dev
drwxr-xr-x  14 root root 12288 Jun 16 04:02 lib
drwxr-xr-x  4 root root  1024 Jun 15 14:45 boot
drwxr-xr-x  11 root root    0 Jun 15 11:04 sys
dr-xr-xr-x 232 root root    0 Jun 15 11:04 proc
drwxr-xr-x  6 root root  4096 Jun 12 10:26 data
drwxr-xr-x  4 root root  4096 Jun 12 10:26 home
drwxr-xr-x  2 root root  4096 Jun 12 04:03 bin
drwxr-xr-x  2 root root 12288 Jun 12 04:03 sbin
drwxr-xr-x  13 root root  4096 Jun 11 23:38 usr
drwxr-xr-x  19 root root  4096 Jun 11 23:38 var
drwx------  2 root root 16384 Jun 11 22:46 lost+found
drwxr-xr-x  2 root root  4096 May 11  2011 media
drwxr-xr-x  2 root root  4096 May 11  2011 mnt
drwxr-xr-x  2 root root  4096 May 11  2011 opt
drwxr-xr-x  2 root root  4096 May 11  2011 selinux
drwxr-xr-x  2 root root  4096 May 11  2011 srv
drwxr-xr-x  2 root root  4096 Nov  8  2010 misc
按修改时间列出文件和文件夹详细信息

[root@localhost /]# ls -ltr

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/26317.html