Home » Linux Last Shutdown Time

Linux Last Shutdown Time

by Online Tutorials Library

Last shutdown time

With x option, you can display run level changes in the last command.

Syntax:

shutdown1

Look at the above snapshot, there are two runlevels 2 and 0.

runlevel 2 starts system with full production

runlevel 0 denotes system halt condition means when system is shutdown.

To find out the shutdown entries, use following command

Syntax:

shutdown2

Look at the above snapshot, shutdown entries of our system is displayed.

Next TopicLinux ps

You may also like