How do I set the date and time in Linux?
Posted by Admin on 2014-09-19 13:43:47:
Setting Linux date.
Go back 1 hour
date --set='-60 minutes'
Go forward 4 months
date --set='+4 months'
Go back 2 days
date --set='-2 days'
Tags: Date , time , Linux
Return to home page: Home