2012.12.27 05:00
ls -l 출력 시 날짜 변경( 12월 2009 -> 2009-07-01 08:35 )
변경 전
[root@wooseob ~]# ls -l
-rw------- 1 root root 1104 12월 17 03:22 anaconda-ks.cfg
-rw-r--r-- 1 root root 25690 12월 17 03:22 install.log
-rw-r--r-- 1 root root 4508 12월 17 03:21 install.log.syslog
# alias ls='ls --color=auto --time-style=long-iso' 날짜표시 변경하는 명령어
변경 후
[root@wooseob ~]# ls -l
-rw------- 1 root root 1104 2012-12-17 03:22 anaconda-ks.cfg
-rw-r--r-- 1 root root 25690 2012-12-17 03:22 install.log
-rw-r--r-- 1 root root 4508 2012-12-17 03:21 install.log.syslog
개인 사용자(~/.bashrc 기재)
[root@wooseob ~]# vi ~/.bashrc
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias ls='ls --color=auto --time-style=long-iso' - 추가 입력
전체 사용자 적용 시
[root@wooseob ~]# vi /etc/bashrc
# /etc/bashrc
# System wide functions and aliases
# Environment stuff goes in /etc/profile
alias ls='ls --color=auto --time-style=long-iso' - 추가 입력
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
106 | rsync / 파티션 전체 동기화 방법 | 호스트웨이 | 2012.12.14 | 2810 |
105 | 특정 파일이 소속된 rpm 패키지 찾기 | 호스트웨이 | 2012.12.14 | 2270 |
104 | df 와 du의 출력 크기가 다르게 보이는 이유 | 호스트웨이 | 2012.12.14 | 5021 |
103 |
nl명령어를 사용해 파일내용 출력시 행번호 붙이기
![]() | 호스트웨이 | 2012.12.20 | 6843 |
102 | df 쉽게 보기 | 호스트웨이 | 2012.12.20 | 3308 |
101 | 쉘 프롬프트에서 바로 이전 디렉토리로 이동하기 | 호스트웨이 | 2012.12.20 | 3058 |
100 | free -m 에서 free (남는 메모리 양) 최소량 제한하기 | 호스트웨이 | 2012.12.21 | 2701 |
99 | [ERROR] ftp error 500 OOPS: cannot change directory:/home/ | 호스트웨이 | 2012.12.21 | 4982 |
98 |
리눅스 캐시 메모리 비우기
![]() | 호스트웨이 | 2012.12.26 | 5497 |
97 | 리눅스 free 명령어 | 호스트웨이 | 2012.12.26 | 2436 |
» | ls -l 출력 시 날짜형태 변경 | 호스트웨이 | 2012.12.27 | 6854 |
95 |
리눅스 uniq 명령어
![]() | 호스트웨이 | 2012.12.27 | 8378 |
94 | sftp 서비스 막기 | 호스트웨이 | 2012.12.27 | 1702 |
93 | 오늘 생성한 파일만 조회하기 | 호스트웨이 | 2012.12.27 | 6727 |
92 | partprobe - 리부팅 없이 사용 중인 파티션 재인식 | 호스트웨이 | 2012.12.28 | 9183 |
91 |
samba 설치
![]() | 호스트웨이 | 2014.04.14 | 4058 |
90 |
리눅스 커널 업데이트 및 커널 변경 부팅 방법
![]() | 호스트웨이 | 2014.10.30 | 24349 |
89 |
SVN(subversion) 설치 및 셋팅
![]() | 호스트웨이 | 2014.12.02 | 7013 |
88 |
epel-release 설치하기
![]() | 호스트웨이 | 2014.12.22 | 15115 |
87 |
ngrinder를 이용한 부하 테스트 - 1) Controller 설치
![]() | 호스트웨이 | 2015.04.08 | 4914 |