How to check how long your Linux system has been up and running?
|
|
|
|
|
Question: How to check how long your Linux system has been up and running? Answer: - In the Command Line Interface type in the uptime command and hit enter
- Now the uptime information should display eg. The time, how long the system has been running, the amount of users logged in and the load average
22:59:30 up 1:36, 2 users, load average: 0.13, 0.09, 0.08
|