What command is used to force a file-system check, when rebooting?
A.
shutdown -c -r now
B.
fsck -r
C.
shutdown -F -r now
D.
shutdown -f now
E.
reboot -f
Explanation:
-F option is used to forcely checks the file system on reboot and -r option reboot the system by
now.