develog

access, modify, change (file time) 본문

OS & Shell/Linux

access, modify, change (file time)

냐옴 2013. 6. 21. 18:13

Access Time | atime | -ult

This is the time that the file was last accessed, read or written to.


Modify Time | mtime | -lt

This is the last time the actual contents of the file were last modified.


Change Time | ctime | -cl

This is the time that the inode information (permissions, name, etc., the metadata, as it were) was last modified.



'OS & Shell > Linux' 카테고리의 다른 글

ls 날짜 정렬  (0) 2013.06.21
alias ll  (0) 2013.06.21
stat, 파일 상세정보 출력  (0) 2013.06.21
ls 날짜 출력 스타일 변경  (0) 2013.06.21
파일 날짜 시간 변경  (0) 2013.06.21
Comments