35
© 2014 - 2024 Parktron Technology Ltd.
Type command “
ln -s /usr/share/zoneinfo/[timezone_file_wanted] /etc/localtime
"
to create a new link from /etc/localtime to the time zone file wished.
4.3. How to set exact terminal date & time:
Connect to terminal linux OS with
Putty.exe
(Login ID =
parktron
& Password =
pt12885568
).
Type command “
date mmddhhnnyyyy
” to change the exact date & time on
terminal:
(ie. Nov. 6, 14:58, 2012 -> “date 110614582012”)
4.4. Tips to use Unix editor tool “vi”:
To start edition, press “
i
” to insert words; “
d
” to delete words; and “
Esc
” to exit
edition mode.
After exit edition mode, either type “
:q!
” to exit file without saving the change, or
type “
:wq
” to save the change and exit.