[Linux]文件时间属性及touch命令

浏览:
字体:
发布时间:2013-12-22 23:48:33
来源:

Linux文件有三个时间属性:

1)mtime:文件内容最后修改时间

2)ctime:文件状态改变时间,如权限、属性被更改

3)atime:文件内容被访问时间,如cat,less等

在默认情况下,ls显示出来的是该文件的mtime,即文件内容最后修改时间,如果你需要查看另外两个时间,可以加上--time参数,如下所示:

# ls -l /etc/man.config -rw-r--r--. 1 root root 4940 Feb 22  2013 /etc/man.config# ls -l --time ctime /etc/man.config -rw-r--r--. 1 root root 4940 Nov  5 20:14 /etc/man.config# ls -l --time atime /etc/man.config -rw-r--r--. 1 root root 4940 Dec 20 03:50 /etc/man.config

touch命令可以修改文件的时间,其用法如下:

如果没有指定日期,默认为系统日期touch -d 18:03 file touch -d "18:03" file touch -d "6:03pm" file 如果没有指定时间,默认为 00:00:00touch -d 20000506 file touch -d "05/06/2000" file touch -d "20000506" filetouch -d "6:03pm 05/06/2000" file touch -d "20000506 18:03" file touch -d "20000506 18:03:00" file

>更多相关文章
24小时热门资讯
24小时回复排行
资讯 | QQ | 安全 | 编程 | 数据库 | 系统 | 网络 | 考试 | 站长 | 关于东联 | 安全雇佣 | 搞笑视频大全 | 微信学院 | 视频课程 |
关于我们 | 联系我们 | 广告服务 | 免责申明 | 作品发布 | 网站地图 | 官方微博 | 技术培训
Copyright © 2007 - 2024 Vm888.Com. All Rights Reserved
粤公网安备 44060402001498号 粤ICP备19097316号 请遵循相关法律法规
');})();