stat
파일의 timestamp 확인
- atime : Access. ls -lu
- mtime : 내용 수정. ls -l (default)
- ctime : inode 변경. ls -lc
stat <file>
ls --time-style=long-iso -lu <file>
ls --time-style=long-iso -l <file>
ls --time-style=long-iso -lc <file>
statx
- btime (birth, creation timestamp) 정보가 표시
- kernel 4.11 에 추가됨. ( kernel 4.18 인 RHEL 8 부터 사용 가능해 보임 )
- glibc 2.28 에서 라이브러리 지원 추가
'Linux & Unix' 카테고리의 다른 글
CentOS 설치 미디어 부팅 구조 (0) | 2020.07.11 |
---|---|
CentOS 6.10 - init.d 스크립트의 NETWORKING 변수 (0) | 2020.06.19 |
linux 로그 - Permanent journal (systemd-journald) (0) | 2020.06.16 |
Disable Ctrl-Alt-Delete (0) | 2020.06.05 |
Linux cockpit (RHEL8, CentOS8 - 관리툴) (0) | 2020.02.13 |