I am new to linux. Can anyone help me in changing the time and date which is in CST. I am using RHEL5 linux. I have only CLI. No UI.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
closed as not a real question by jasonwryan, Renan, rahmu, warl0ck, Shadur Feb 6 at 6:04
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
To check your local time zone:
It should return something that indicates what the current zone is. If it's not correct, you can set it to Central with:
Once that's set, you can use
(Note: if you receive an error 'the NTP socket is in use' you will need to stop your ntp service and run the program again.) And to keep your date correct, install the ntp service (if it's not already installed. |
||||
|
|