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
- web.xml
- profile
- Quartz
- xargs
- lsof
- vscode
- ssh
- resource
- 단축키
- plugin
- find
- Eclipse
- maVen
- bash
- JavaScript
- Mac
- IntelliJ
- context
- VirtualBox
- Source
- import
- Windows 10
- netsh
- Windows
- 네트워크
- 줄바꿈 문자
- port
- grep
- tomcat
- GIT
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 |