[Linux] 리눅스 명령어 - 파일 상태 확인 명령어 (stat)Linux2022. 2. 21. 21:58
Table of Contents
728x90
✅ stat 명령어
- 파일이나 파일 시스템의 상태 정보를 출력하는 명령어
- ls 명령어와는 다르게 요약되지 않은 정보를 출력함으로서, 파일의 권한이나 수정 시각을 알기위해 사용
stat [옵션][파일 이름]
Inode | inode 번호 |
Uid, Gid | 소유자 및 그룹의 이름과 UID 및 GID |
Links | 링크된 파일 수 |
Context | 보안 정책(SELinux Policy) 정보 |
Access(상단) | 권한 정보 |
Access(하단) | 접근 시각(atime) 정보 |
Modify | 수정 시각(mtime) 정보 |
Change | 변경 시각(ctime) 정보 |
✅ stat 옵션
- -L : 링크가 아닌 파일에 대한 정보를 출력한다.
- -f : 파일 시스템 상태를 출력한다.
- -c : % 뒤에 한정자를 주어 FORMAT을 지정해 특정 정보만 출력한다.
- -t : 축약해서 정보를 출력한다.
✅ stat 한정자
- %h number of hard links
- %i inode number
- %n file name
- %x time of last access, human-readable
- %X time of last access, seconds since Epoch
- %y time of last data modification, human-readable
- %Y time of last data modification, seconds since Epoch
- %z time of last status change, human-readable
- %Z time of last status change, seconds since Epoch
728x90
'Linux' 카테고리의 다른 글
[Linux] 리눅스 명령어 - Xargs (0) | 2022.02.22 |
---|---|
[Linux] 리눅스 명령어 - find 명령어 (0) | 2022.02.22 |
[Linux] 리눅스 명령어 - 시스템 명령어 (df, du) (0) | 2022.02.21 |
[Linux] 리눅스 명령어 - 시스템 명령어(w, who) (0) | 2022.02.21 |
[Linux] 리눅스 명령어 - 시스템 명령어 (uptime, free, top) (0) | 2022.02.21 |
@TTOII :: 뭉게뭉게 클라우드
영차영차 성장 블로그
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!