First, make a backup of the existing localtime file. It’s always good practice to make backups of original config files.
mv /etc/localtime /etc/localtime.bak
Next, create the link:
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
First, make a backup of the existing localtime file. It’s always good practice to make backups of original config files.
Next, create the link: