리눅스 파일 시간 정보 확인
파일의 접근시간 및 수정시간, 그리고 변경시간을 확인하는 명령어 stat 입니다.
Access : atime
Modify : mtime
Change : ctime
[root@vps ~]# stat test.bin
File: `test.bin'
Size: 81388 Blocks: 160 IO Block: 4096 regular file
Device: 803h/2051d Inode: 57618946 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2014-03-23 16:00:00.000000000 +0900
Modify: 2014-03-23 16:00:00.000000000 +0900
Change: 2017-01-31 15:04:22.764896137 +0900
'LINUX' 카테고리의 다른 글
phpMyAdmin import 파일 용량 변경 (0) | 2017.02.10 |
---|---|
CentOS 7.x phpMyAdmin Alias 경로 변경 (0) | 2017.02.06 |
리눅스 cp 디렉토리까지 복사 명령어 (0) | 2017.01.31 |
리눅스 find 파일 찾기 명령어 (0) | 2017.01.31 |
리눅스 sftp 속도 제한 (0) | 2017.01.24 |