Re: How to determins total system up-time.

2001-01-24 Thread John Galt
uptime it's format is: locutus:/etc# uptime 10:35pm up 5 days, 17:50, 4 users, load average: 0.46, 0.12, 0.04 which says locutus has been up for 5 days, 17 hours, and 50 min as of 10:35 pm MST 1/24/01 (I added the timezone and date information from other sources...) On Wed, 24 Jan 2001, Sc

Re: How to determins total system up-time.

2001-01-24 Thread RAccess
On Wed, 24 Jan 2001, Scott E. Graves wrote: > I would like to know where to find how long the server has been running > (Days, Hours, Minutes) > > Thanks, > Scott > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Type 'up

Re: How to determins total system up-time.

2001-01-24 Thread mike polniak
Scott E. Graves wrote: > I would like to know where to find how long the server has been running > (Days, Hours, Minutes) run $ uptime -- ~~~