So today I was glancing at the shutdown command man page (manual page) and was looking at the extra arguments, so I typed
man shutdown
And my my this was the list :
:laugh:
man shutdown
And my my this was the list :
OPTIONS
-a Use /etc/shutdown.allow.
-t sec Tell init(8) to wait sec seconds between sending processes the
warning and the kill signal, before changing to another run-
level.
-k Don?t really shutdown; only send the warning messages to every-
body.
-r Reboot after shutdown.
-h Halt after shutdown.
-n [DEPRECATED] Don?t call init(8) to do the shutdown but do it
ourself. The use of this option is discouraged, and its results
are not always what you?d expect.
-f Skip fsck on reboot. ------------> This is what you need!
-F Force fsck on reboot. -------> JEEBUS!!
-c Cancel an already running shutdown. With this option it is of
course not possible to give the time argument, but you can enter
a explanatory message on the command line that will be sent to
all users.
:laugh: