Results 1 to 2 of 2
Is there any way to record total uptime--like an addition of all session uptimes? Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-04-2008 #1
total uptime?
Is there any way to record total uptime--like an addition of all session uptimes? Thanks
- 01-05-2008 #2
Use uptime to get the time that the machine was up.
You can 'man uptime' to see the man page.
If you want to track this try something like this
uptime > time-alive
This will redirect the output to a file called time-alive in the current directory


Reply With Quote
