• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

uptime

Uptime in Windows

July 16, 2019

Here’s how to find uptime in Windows servers.

Go to “Start” -> “Run”. Write “CMD” and press “Enter” key.

net statistics server
# or
net stats srv

net statistics server # or net stats srv

Filed Under: Misc Tagged With: cmd, uptime, windows

Checking Last Patch

March 1, 2019

You can check when the system was last patch using the following.

# check RPM when the last updates were ran.
rpm -qa --last | grep kernel
# this is a bit of a stretch, but typically a reboot is performed after an upgrade.
uptime

# check RPM when the last updates were ran. rpm -qa --last | grep kernel # this is a bit of a stretch, but typically a reboot is performed after an upgrade. uptime

Filed Under: Linux Tagged With: grep, kernel, rpm, uptime

  • Home
  • About
  • Archives

Copyright © 2023