LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1122|回复: 2

[求助] ls -l 的输出

[复制链接]
发表于 2007-12-23 21:03:45 | 显示全部楼层 |阅读模式
我在用ls -l 查看文件信息时,发现有些文件或文件夹的修改时间显示的是年份,其他的则是hh:mm的格式! 请问这是为什么? BUG吗?能解决吗?

[root@singsmLinux /]# ls -l
total 178
drwxr-xr-x    2 root root  4096 Jan 23  2007 bin
drwxr-xr-x    4 root root  1024 Jan 23  2007 boot
drwxr-xr-x    9 root root  5540 Dec 22 20:12 dev
drwxr-xr-x   87 root root 12288 Dec 22 20:12 etc
drwxr-xr-x    7 root root  4096 Sep 16 10:41 home
drwxr-xr-x    2 root root  4096 Aug 13  2004 initrd
drwxr-xr-x   11 root root  4096 Jan 23  2007 lib
drwx------    2 root root 16384 Jan 24  2007 lost+found
drwxr-xr-x    4 root root  4096 Dec 22 20:12 media
drwxr-xr-x    2 root root  4096 Jul 12  2006 misc
drwxr-xr-x    3 root root  4096 Oct  9 06:55 mnt
drwxr-xr-x   10 root root  4096 Oct 11 08:30 NEPTUNE
drwxr-xr-x    2 root root  4096 Aug 13  2004 opt
dr-xr-xr-x  113 root root     0 Dec 23  2007 proc
drwxr-x---   24 root root  4096 Dec 22 21:13 root
drwxr-xr-x    2 root root 12288 Oct 30 09:24 sbin
drwxr-xr-x    1 root root     0 Dec 23  2007 selinux
drwxr-xr-x    3 sfcs sfcs  4096 Feb  7  2007 SFCS
drwxr-xr-x    2 root root  4096 Aug 13  2004 srv
drwxr-xr-x    9 root root     0 Dec 23  2007 sys
drwxr-xr-x    2 root root  4096 Oct  6  2004 tftpboot
drwxrwxrwt    9 root root  4096 Dec 22 20:34 tmp
drwxr-xr-x   19 root root  4096 Jun 24 12:49 usr
drwxr-xr-x   22 root root  4096 May 13  2007 var
[root@singsmLinux /]#
发表于 2007-12-30 05:50:28 | 显示全部楼层
1. see if your ls is an alias. Normally, SuSE likes to create a default alias for ls. Call "/bin/ls -l" to see the default behavior.
2. see what version you are using. It may have slightly different implementation.
3. the "--time-style" can be altered. The format is in man page.
回复 支持 反对

使用道具 举报

发表于 2008-1-7 15:28:31 | 显示全部楼层
man ls

-l中有明确说明:
If the time of last modification is greater than six months ago, the time field is shown in the format month date year where as files modified within six months the time field is shown as month date time format.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表