How to Change the Date and Time in Linux

It's very simple to change the time of liunx machines. Some times you need to change the time of your oracle database server that is running on Linux.

Just follow the below steps:-
1) type command "date"
 it will show you the current date and time.
2) now type below command:-
    date --set=" Thu Jan 12 15:04:32 HKT 2017 "

It will give you error some times but if you check the date again you will find the value that is changed by you.

No comments:

Post a Comment

Really Thanks