曲径通幽论坛

 找回密码
 立即注册
搜索
查看: 5533|回复: 0
打印 上一主题 下一主题

touch --- 建立文件与修改文件时间

[复制链接]

4918

主题

5880

帖子

3万

积分

GROAD

曲径通幽,安觅芳踪。

Rank: 6Rank: 6

积分
34397
跳转到指定楼层
楼主
发表于 2009-1-5 03:57:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
三个文件时间:
mtime
ctime
atime
三个时间的解释在: http://www.groad.net/bbs/read.php?tid=508

用法: touch [-acdmt] 文件
參數:
-a  :僅修訂 access time;
-c  :僅修改時間,而不建立檔案;
-d  :後面可以接日期,也可以使用 --date="日期或時間"
-m  :僅修改 mtime ;
-t  :後面可以接時間,格式為[YYMMDDhhmm]  



使用 -a 参数示例

[beyes@localhost ~]$ ls -l --time=atime pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-05 03:39 pass.txt

[beyes@localhost ~]$ touch -a -t 0901040000 pass.txt
[beyes@localhost ~]$ ls -l --time=atime pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-04 00:00 pass.txt     #已经修改为 09年01月04日00时00分


使用 -d 参数示例

[beyes@localhost ~]$ touch -d 0105 pass.txt
[beyes@localhost ~]$ ls -l
-rwxr-xr-x  1 beyes beyes  161 01-06 01:05 pass.txt


-d 参数使用的另一种形式

[beyes@localhost ~]$ ll pass.txt; ll --time=atime pass.txt; ll --time=ctime pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-06 01:05 pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-06 01:05 pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-06 01:05 pass.txt
[beyes@localhost ~]$ touch -d "2 days ago" pass.txt
[beyes@localhost ~]$ ll pass.txt; ll --time=atime pass.txt; ll --time=ctime pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-04 01:18 pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-04 01:18 pass.txt
-rwxr-xr-x 1 beyes beyes 161 01-06 01:18 pass.txt
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )

GMT+8, 2025-6-18 07:34 , Processed in 0.083590 second(s), 23 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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