To see which os is running and last reboot date
Some system commands for Linux
$ cat /etc/issue -----------------------> To see the version of os
$ who -b ---------------> To see the last reboot
$ last reboot --------------> last shutdown
$ last shutdown ------------> last shutdown
$ last ---------------------> It will gives all last userlog with IP, system reboot time.
$ last publico -a ----------------------> only display the history for a given user.
Posted by
mahitiAdmin
on
2010-01-22 18:59


