Linux Administration - Timezone - set

> ls -l /etc/localtime lrwxrwxrwx 1 root root 36 Oct 31 2007 /etc/localtime -> /usr/share/zoneinfo/America/New_York > rm /etc/localtime > ln -s /usr/share/zoneinfo/US/eastern localtime Look to see where the current localtime is pointing to.
Remove it and then create a new link to the correct timezone file.