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! ]]
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]