
Chapter 12 Setting MCC System Date and Time
Administration Guide 191
Changing the Time Zone
To change the time zone information, perform the following steps:
1. On the MCC system console, log in with user id “root”.
2. Change to the /etc/zoneinfo directory:
cd /etc/zoneinfo
3. Use the following command to list and browse through all time zone files:
ls | more
4. Pick the appropriate time zone and write down the file name. For
example, in the US subdirectory, Mountain is the file name of the
timezone for the US Mountain area.
rm localtime
ln -s ./<appropriatezonefile> ./localtime
(e.g. ln -s ./US/Mountain ./localtime)
Comentarios a estos manuales