일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- tomcat
- context
- ssh
- Quartz
- vscode
- port
- Eclipse
- profile
- plugin
- JavaScript
- bash
- web.xml
- IntelliJ
- Source
- xargs
- maVen
- lsof
- VirtualBox
- Mac
- Windows
- 단축키
- find
- grep
- GIT
- 줄바꿈 문자
- Windows 10
- resource
- netsh
- import
- 네트워크
- Today
- Total
목록OS & Shell/Linux (83)
develog
[dev@dev01 ~] cd[dev@dev01 ~] vi ~/.exrcset ts=4:wq[dev@dev01 ~]
용량 내림차순ls -lhS 용량 오름차순ls -lhSr
[dev@dev01 ~]$ vi ~/.bashrc # User specific aliases and functionsalias ll='ls -lt --time-style=long-iso' [dev@dev01 ~]$ source ~/.bashrc
날짜 내림차순, ls -lt날짜 오름차순, ls -ltr
[dev@dev02 logs]$ alias llalias ll='ls -l --color=tty' [dev@dev02 logs]$ alias ll='ls -lt --color=tty' [dev@dev02 logs]$ alias llalias ll='ls -lt --color=tty'
Access Time | atime | -ultThis is the time that the file was last accessed, read or written to. Modify Time | mtime | -ltThis is the last time the actual contents of the file were last modified. Change Time | ctime | -clThis is the time that the inode information (permissions, name, etc., the metadata, as it were) was last modified.