Technology and troubleshooting.

Tuesday, February 2, 2016

How to Find Your Computer's Uptime or Boot time

How to find your computer's uptime or Boot time in Linux and Windows

Today, I am going to teach you "How to Find Your Computer's Uptime or Boot time of a windows and Linux server"


Linux:-


In a terminal, execute the following command:

[root@techreno.blogspot.com ~]# uptime

Output

uptime ~ techreno.blogspot.com

Windows:-

In a command Prompt, execute the following command:

This command will support for all the windows operating system.

c:\users\Administrator>systeminfo | find /i "Time"
 

Output:-

uptime for techreno.blogspot.com

or

Execute the following in a command prompt:


c:\users\Administrator>net statistics server
 

Output

net statistics server - techreno.blogspot.com

I hope this information is useful for you. Please forgive any typos or incomplete sentences.
 

Share:

1 comment:

Contributors

Popular Posts