- access (read the file's contents)
- change the status (modify the file or its attributes)
- modify (change the file's contents)
1。atime:最后一次读这个文件的时间,如使用more来读这个文件
2。ctime:最后一次修改该文件的时间,如使用chmod来修改这个文件的属性
3。mtime:最后一次修改该文件内容的时间,如使vi来修改这个文件的内容
atime ctime mtime
最新推荐文章于 2024-12-28 15:06:40 发布