반응형
localtime 한국(서울)로 변경하기
localtime
|
# ls -al /etc/localtime -rw-r--r-- 1 root root 3519 Feb 26 2006 /etc/localtime |
한국(서울) localtime 으로 변경하기
|
# ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime # ls -al /etc/localtime lrwxrwxrwx 1 root root 30 May 15 01:02 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul |
시간 동기화
|
rdate -s time.bora.net && clock -w |
728x90
반응형
'리눅스' 카테고리의 다른 글
| CentOS Net Install을 통한 설치 (0) | 2013.07.02 |
|---|---|
| [리눅스] sysstat (sar) (0) | 2013.07.02 |
| [Cacti] cacti Patches [0.8.7g] (1) | 2013.07.02 |
| [보안] rootkit hunter (rkhunter) 설치 (0) | 2013.07.02 |
| [crontab] 시간 동기화 (0) | 2013.07.02 |