Quantcast
Channel: Geeks Hangout - Software
Viewing all articles
Browse latest Browse all 21

Changing the time zone on CentOs from the shell

$
0
0

SoftYou can enter the command date to view the current time zone

To change the time zone you need to create a link from the appropriate location under "/usr/share/zoneinfo/.." to "/etc/localtime"

For example;

ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime

 

 


Viewing all articles
Browse latest Browse all 21

Trending Articles