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