ChinaUnix.net
相关文章推荐:

atime ctime

请问ls -l 的时间是什么时间,相当于atime,ctime,还是mtime??? 如果我想把目录下面的所有(ls -l)显示的时间距今超过90天的文件全部删除,find应该用哪个参数?

by wondershow - Shell - 2004-12-18 22:01:21 阅读(1651) 回复(2)

相关讨论

atime: access time mtime: modify time (timestamp) ctime: change time mtime 和ctime 的区别在于是更改文件内容,还是更改文件属性。前者是文件内容发生了变化,后者是文件的索引节点发生变化。 如,touch 文件abc.123,看atime, mtime, ctime #istat abc.123 Inode 1271 on device 10/4 File Protection: rw-r--r-- Owner: 0(root) Group: 0(system) Link count: 1 Length...

by slightsnow - AIX文档中心 - 2006-01-02 16:58:49 阅读(1606) 回复(0)

I just want to konw how we can find out the atime,ctime.mtime attributes of a file,are there any commands? for example we can use this attribute in find,but how can we find out the detail informination of atime,ctime,mtime attributes of a file or a directory?

by samshi - Solaris - 2005-08-31 22:02:04 阅读(1447) 回复(0)

请教如何同时列出access time(atime) 和 change time(ctime) ? 有什么ls 的选项吗? 我查了 GNU ls 也没找到.

by lyq01 - Solaris - 2005-03-10 11:01:34 阅读(915) 回复(0)

首先,我们先来看一下ctime ,atime , mtime之间的关系和区别: atime: access time mtime: modify time (timestamp) ctime: change time 文件的 Access time,atime 是在读取文件或者执行文件时更改的。 文件的 Modified time,mtime 是在写入文件时随文件内容的更改而更改的。 文件的 Create time,ctime 是在写入文件、更改所有者、权限或链接设置时随 Inode 的内容更改而更改的。 mtime 和ctime 的区别在于是...

by 风之幻想 - Solaris - 2008-11-13 17:21:01 阅读(3826) 回复(4)

如题,给定一个文件,怎么用命令实现查看他的相关时间?

by xyz_hh - Shell - 2007-03-21 17:57:32 阅读(2802) 回复(1)

请问 -ctime 和 -mtime 有什么关系 ? 如果父目录的 ctime 改变, 那它下面的文件的 ctime 就会自动都改了吗 ? -ctime 和 -mtime ,-atime 这些信息是存在哪儿呢 ? 多谢!

by lyq01 - Shell - 2005-12-20 11:32:41 阅读(13233) 回复(19)

或者是 mtime 请问 那一栏时间 是什么?

by ztj2247 - Shell - 2009-08-26 17:15:37 阅读(1523) 回复(4)

请教如何同时列出access time(atime) 和 change time(ctime) ? 有什么ls 的选项吗?

by lyq01 - Linux论坛 - 2005-03-10 13:21:17 阅读(756) 回复(2)
by welcome008 - HP-UX - 2004-03-03 11:46:42 阅读(1057) 回复(1)

find 命令的atimectime选项有啥区别吗?还有mtime 不知该用哪种,请指教

by rbshhc - AIX - 2003-06-01 08:53:12 阅读(1264) 回复(1)