Directory last modified date

后端 未结 2 458
天涯浪人
天涯浪人 2020-12-02 10:38

Am wondering when the directory last modified date is changed. I modified a file inside a particular directory (via FTP), but the directory\'s LMD did not change. How is it

2条回答
  •  天命终不由人
    2020-12-02 11:05

    The mtime (modification time) on the directory itself changes when a file or a subdirectory is added, removed or renamed.

    Modifying the contents of a file within the directory does not change the directory itself, nor does updating the modified times of a file or a subdirectory. If you change the permissions on the directory, the ctime changes but the mtime does not.

提交回复
热议问题