Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You have to use the -s argument to set the time. Try man date to see the full usage of date. Also, you must have root level privileges.
scott@linuxbox:~> date
Thu Aug 8 17:34:49 CDT 2002 scott@linuxbox:~> date -s 19:04
date: cannot set date: Operation not permitted
Thu Aug 8 19:04:00 CDT 2002 scott@linuxbox:~> date
Thu Aug 8 17:34:59 CDT 2002 <-- Notice it didn't change scott@linuxbox:~> su root
Password: scott@linuxbox:/home/scott# date -s 19:05
Thu Aug 8 19:05:00 CDT 2002 scott@linuxbox:/home/scott# exit scott@linuxbox:~> date
Thu Aug 8 19:05:12 CDT 2002
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.