View Single Post

  #2 (permalink)  
Old 10-12-2006, 12:57 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,103
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use uptime command which tells you how long the system has been running:
Code:
uptime
O/p:

23:25:40 up 60 days, 23:13, 1 user, load average: 0.55, 0.14, 0.05

uptime gives a one line display of the following information (as above). The current time (23:25:40), how long the system has been running (60 day, how many users are currently logged on (1 user), and the system load averages for the past 1, 5, and 15 minutes.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote