Quantcast
Channel: Linux Tutorials - SpotHT
Viewing all articles
Browse latest Browse all 48

How To Check System Uptime - Linux

$
0
0
If you want to know the total uptime in minutes on a Linux-based system, then run the following command via the command line window: awk  '{print $0/60;}' /proc/uptime This command will give you in minutes for how long your system is running (uptime). Read more »

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Viewing all articles
Browse latest Browse all 48