I read on some linux blogs that to reboot without going through fsck you can use the following command:
shutdown -rf now
I read that the -f flag means "reboot fast".
However, I cannot find any references to this option in the man of my RHEL 6.5.
f
is fast reboot? Seeing the man page forshutdown
it doesn't show any-f
flag. https://linux.die.net/man/8/shutdown It could be deprecated and removed – Alberto Méndez Feb 03 '17 at 12:24man shutdown
and you will see all the flags available. The post you link is from 2013, a long time ago. – Alberto Méndez Feb 03 '17 at 12:28