Correct the misunderstanding of ctime for some Linux beginners
Source: Internet
Author: User
Correct some misunderstandings of ctime for Linux beginners in order to distinguish ctime from mtime when they first come into contact with ctime. The mistake is that ctime only changes when the file or directory permissions change, A big mistake! After my own experiments, I have made a lot of google documents, which are summarized as follows: 1) the article...
Correct some misunderstandings of ctime for Linux beginners in order to distinguish ctime from mtime when they first come into contact with ctime. The mistake is that ctime only changes when the file or directory permissions change, A big mistake! After my own experiments, I have made a lot of google documents, which are summarized as follows: 1) when the file is read-only, it affects atime 2) when the file content is modified, including creating and updating both mtime and ctime 3) when modifying file attributes (chattr, chmod, chown, etc.), you only need to change the ctime and remember it.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.