当前位置: 技术问答>linux和unix
ll查看文件的时候,显示了日期却没有显示时间
来源: 互联网 发布时间:2017-04-30
本文导语: ll查看文件的时候,显示了日期但是没显示修改时间。但是另一个文件夹却可以显示时间。这是什么原因? [root@test 20130506]# ll 总计 19136 -rw-r--r-- 1 root root 93242 2013-05-06 hisminutei.trd -rw-r--r-- 1 root root 4360116 2013-05-...
ll查看文件的时候,显示了日期但是没显示修改时间。但是另一个文件夹却可以显示时间。这是什么原因?
[root@test 20130506]# ll
总计 19136
-rw-r--r-- 1 root root 93242 2013-05-06 hisminutei.trd
-rw-r--r-- 1 root root 4360116 2013-05-06 hisminutes.trd
-rw-r--r-- 1 root root 10327 2013-05-06 hisnowi.now
-rw-r--r-- 1 root root 1750020 2013-05-06 hisnows.now
-rw-r--r-- 1 root root 1061082 2013-05-06 histracei.trc
-rw-r--r-- 1 root root 12258240 2013-05-06 histraces.trc
-rw-r--r-- 1 root root 7370 2013-05-06 market.txt
[root@test 20130506]# ll ../20131105
总计 21692
-rw-r--r-- 1 root root 98954 11-05 18:49 hisminutei.trd
-rw-r--r-- 1 root root 4835496 11-05 19:02 hisminutes.trd
-rw-r--r-- 1 root root 10327 11-05 18:49 hisnowi.now
-rw-r--r-- 1 root root 1855062 11-05 19:02 hisnows.now
-rw-r--r-- 1 root root 1351554 11-05 18:49 histracei.trc
-rw-r--r-- 1 root root 13998812 11-05 19:02 histraces.trc
-rw-r--r-- 1 root root 7610 11-05 19:02 market.txt
[root@test 20130506]#
|
还有这个应该对你有用,
http://www.gnu.org/software/coreutils/manual/html_node/Formatting-file-timestamps.html
使用 --time-style=来自己定制日期格式(如果--full-time数据的格式不爽的话).
具体日期代码表示方式参考:
* http://www.gnu.org/software/coreutils/manual/html_node/date-invocation.html#date-invocation
* http://www.gnu.org/software/coreutils/manual/html_node/Date-conversion-specifiers.html#Date-conversion-specifiers
简单小例子:
这下应该满意了吧
http://www.gnu.org/software/coreutils/manual/html_node/Formatting-file-timestamps.html
使用 --time-style=来自己定制日期格式(如果--full-time数据的格式不爽的话).
具体日期代码表示方式参考:
* http://www.gnu.org/software/coreutils/manual/html_node/date-invocation.html#date-invocation
* http://www.gnu.org/software/coreutils/manual/html_node/Date-conversion-specifiers.html#Date-conversion-specifiers
简单小例子:
#年月日时分
$ ls -l --time-
drwxr-xr-x 2 root root 4096 2013-09-18 13:45 bin
$ ls -l --time-
drwxr-xr-x 2 root root 4096 2013年09月18日 13时45分 bin
这下应该满意了吧
|
有问题,找男人
man ls
--full-time
--full-time
列出完整的时间,而不是使用标准的缩写。格式如同 date(1)
的缺省格式;此格式 是不能改变的,但是你可以用 cut(1)
取出其中的日期字串并将结果送至命令 “ date -d ”。
|
规定
六个月之前的显示年份
六个月之内的显示时间
六个月之前的显示年份
六个月之内的显示时间
|
/bin/ls -l
这个命令看到的结果也是一样的吗?
|
近期文件显示具体时间,早一些的就只显示年月日了。一楼说的貌似不准确
hwetl@linux111:/> ll
total 96
drwxr-xr-x 3 etl etl 4096 2013-04-23 14:26 app
drwxr-xr-x 2 root root 4096 2012-03-05 10:11 bin
drwxr-xr-x 3 root root 4096 2012-03-05 10:55 boot
drwxr-xr-x 10 root root 6660 2013-10-21 12:50 dev
drwxrwxrwx 3 pgsql2 users 4096 2012-12-11 19:34 diskarray
drwxr-xr-x 78 root root 8192 2013-10-29 08:14 etc
drwxr-xr-x 25 root root 4096 2013-10-12 15:57 home
drwxr-xr-x 10 root root 4096 2012-03-05 10:12 lib
drwxr-xr-x 5 root root 4096 2012-03-05 10:54 lib64
drwxrwx--- 2 ckm sopgroup 4096 2013-02-21 16:55 local_data_cube
drwx------ 2 root root 16384 2012-03-05 10:01 lost+found
drwxr-xr-x 2 root root 4096 2012-03-06 08:17 media
drwxr-xr-x 2 root root 4096 2007-05-03 21:24 mnt
drwxr-xr-x 11 root root 4096 2013-08-27 13:41 opt
dr-xr-xr-x 130 root root 0 2013-10-21 12:49 proc
drwx------ 30 root root 4096 2013-10-29 08:15 root
drwxr-xr-x 3 root root 8192 2012-03-05 10:13 sbin
drwxr-xr-x 4 root root 4096 2012-03-05 10:05 srv
drwxr-xr-x 11 root root 0 2013-10-21 12:49 sys
drwxrwxrwt 65 root root 4096 2013-11-06 15:30 tmp
drwxr-xr-x 13 root root 4096 2012-03-05 10:10 usr
drwxr-xr-x 14 root root 4096 2012-03-05 10:07 var
|
执行命令:
alias ll
看看结果
|
不理解,每次都出现吗?
|
看楼主的目录日期也不想是6个月前的阿?
一直这样么?
一直这样么?
|
没有看到特殊设置,中间ll没看到特殊设置,date 也没有做特殊设置
hwetl@linux111:~> alias
alias +='pushd .'
alias -='popd'
alias ..='cd ..'
alias ...='cd ../..'
alias beep='echo -en "07"'
alias cd..='cd ..'
alias dir='ls -l'
alias l='ls -alF'
alias la='ls -la'
alias ll='ls -l'
alias ls='/bin/ls $LS_OPTIONS'
alias ls-l='ls -l'
alias md='mkdir -p'
alias o='less'
alias rd='rmdir'
alias rehash='hash -r'
alias unmount='echo "Error: Try the command: umount" 1>&2; false'
alias you='su - -c "/sbin/yast2 online_update"'
hwetl@linux111:~> echo $LS_OPTIONS
-N --color=tty -T 0
hwetl@linux111:~>