How to check the Linux Server Uptime?
There are different ways to check the uptime of the Linux server like using the “top” OR the “uptime” OR the “w” command. Following are some of them:
root@host [~]# top c
top – 15:50:20 up 2 days, 11:32, 1 user, load average: 0.00, 0.00, 0.00
root@host [~]# uptime
15:51:01 up 2 days, 11:33, 1 user, load average: 0.00, 0.00, 0.00
root@host [~]# w
15:51:07 up 2 days, 11:33, 1 user, load average: 0.00, 0.00, 0.00
Comments are closed.