How to change server date via ssh shell?
It is pretty easy to change your server date and time via shell.
- First, execute “date” to see the current date and time:
root@myserver [~]# date Wed Aug 27 21:03:57 CDT 2008
- Now, execute in this format to set the new date and time:
root@myserver [~]# date --set='Wed Aug 27 22:00:00 CDT 2008'
- Now, execute “date” again to see if the changes get applied:
root@myserver [~]# date Wed Aug 27 22:00:00 CDT 2008
Done!
earl b
the name of my server is WINDSTREAM. it is misspelled WINDSTREM. when i try to send an e or g mail. a popup said the server could not be found
earl b
please help me find away to correct this problem
Stephen
Hi earl b,
What Operating System do you have and what control panel?