728x90
root@server1:~# date
Fri May 27 05:52:24 UTC 2022
root@server1:~# ll /etc/localtime
lrwxrwxrwx 1 root root 27 Apr 22 06:55 /etc/localtime -> /usr/share/zoneinfo/Etc/UTC
## /usr/share/zoneinfo/Asia/Seoul로 링크걸기
root@server1:~# sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
root@server1:~# ll /etc/localtime
lrwxrwxrwx 1 root root 30 May 27 14:59 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul
## KST로 변경되었음!
root@server1:~# date
Fri May 27 14:59:11 KST 2022
728x90
'Linux' 카테고리의 다른 글
[linux] ADB server didn't ACK 해결방법 (0) | 2022.10.11 |
---|---|
[linux] /dev/ttyUSB0 을 volume으로 인식할때 (0) | 2022.10.01 |
[linux] usb 장치 이름 고정하기 (/etc/udev/rules.d) (0) | 2022.10.01 |
[linux] dmesg read kernel buffer failed (0) | 2022.10.01 |
[linux] python2 , pip2 install 하는 법 (0) | 2022.10.01 |