what is the command to run the integrity test on the system, because my system got the power pulled without properly shutting down
Printable View
what is the command to run the integrity test on the system, because my system got the power pulled without properly shutting down
It should do that automatically during boot-up if it detects that the system was shut down uncleanly. If you're using ext3, there's no need to check it, since ext3 is journalling.
The command is fsck, but you _really_ shouldn't run it on partitions mounted read/write.