[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分
[beyes@localhost ~]$ touch -d 0105 pass.txt
[beyes@localhost ~]$ ls -l
-rwxr-xr-x 1 beyes beyes 161 01-06 01:05 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-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
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |