8.13 "Linux learning is not difficult" Linux Common Operations Command (uptime): The command shows the time the system has been running
use the Uptime command to show how long the system has been running, which in turn displays the following information: The current time, how long the system has been running, how many users are currently logged in, the system in the past 1 minutes,5 minutes, and average load within a minute.
command syntax:
uptime [Options]
The meanings of the options in the command are as follows is shown.
Options |
meaning |
-V |
Display version Information |
Example : Displays the system run time.
[[Email protected]~]# uptime 01:15:34 up min, 4 users, Load average:0.00, 0.01, 0.05
This article extracts from "Linux Learning is not difficult" textbook, which is one of the most practical, theoretical and practicalLinuxIntroductory materials. To read the entire book, please visitLinuxoperation and Maintenance person(www.linuxywz.com) website.
"Linux learning is not difficult" Linux Common Operations Command (uptime): The command shows the time the system has been running