Linux下文件的atime, mtime和ctime区别
2008-06-23 12:12:39 来源:WEB开发网核心提示:linux下的文件有3个时间属性 access time (atime): 对文件访问的时间 modification time (mtime): 文件内容修改的时间 change time (ctime): 文件属性(比如权限)修改的时间,一般mtime改变时ctime也会改变,Linux下文件的atime, mti
linux下的文件有3个时间属性
access time (atime): 对文件访问的时间
modification time (mtime): 文件内容修改的时间
change time (ctime): 文件属性(比如权限)修改的时间。一般mtime改变时ctime也会改变。
但是没有创建的时间。用stat命令可以看到这几个时间。用ls也可以,但是麻烦一些
在网上找到了一个表,列出了常见的系统调用对这几个时间的影响,包括对父目录的影响,很清晰。 |
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
- ››Linux远程访问windows时,出现"连接被对端重...
- ››linux中使用head命令和tail命令查看文件中的指定行...
- ››linux swap 分区调控(swap分区 lvm管理)
更多精彩
赞助商链接