|

楼主 |
发表于 2004-9-2 22:45:15
|
显示全部楼层
[root@linux2 root]# ll hello
-rw-r--r-- 1 root root 3 Aug 22 06:32 hello
[root@linux2 root]# touch hello
[root@linux2 root]# ll hello
-rw-r--r-- 1 root root 3 Aug 22 06:32 hello
[root@linux2 root]# touch hello
[root@linux2 root]# ll hello
-rw-r--r-- 1 root root 3 Aug 22 06:34 hello
请大家再确认一下
是不是就是更改了文件的创建时间
还是显示它的修改时间了? |
|