Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ssh
- profile
- web.xml
- Source
- find
- tomcat
- import
- Eclipse
- VirtualBox
- netsh
- 네트워크
- 단축키
- grep
- Quartz
- bash
- plugin
- Windows 10
- Windows
- context
- IntelliJ
- lsof
- port
- Mac
- xargs
- 줄바꿈 문자
- resource
- GIT
- JavaScript
- vscode
- maVen
Archives
- Today
- Total
develog
access, modify, change (file time) 본문
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