Tagged Questions
1
vote
0answers
53 views
how long use of linux? [duplicate]
/proc/uptime shows how long the system has been running since the last time I turned it on. Is there a way to determine the total amount of time the system has ever been on since I first installed it? ...
2
votes
1answer
206 views
System IDLE Time > System Uptime?
I was testing out the linux api while working on something but got stuck on the following output.
[Abhii@localhost net]$ cat /proc/uptime
39135.53 149657.73
As per specs the first number should be ...
4
votes
2answers
898 views
Uptime and who -b are showing different times when the system was last booted on Linux
I have a Linux system where it is showing to me two different times when the system was last booted.
root@linux:~ # who -b; uptime
system boot 2009-07-09 20:51
11:48am up 1 day 0:54, 1 ...