Force FSCK on Reboot

Scenario / Question: How do I force a fsck on the file system Solution / Answer: To force fsck that is used to check and repair Linux file systems. Fsck should always be run on unmounted file system. By invoking fsck while the system is starting or booting like on a reboot, you can ensure that [continue...]

Navigating the Linux File System

Now that we know how the Linux File system is structured, we need to be able to move around or navigate. Before we can begin navigating we need to be able to list the contents of directories so that we can see where we can go. The command to list a directories contents. NAME ls – list [continue...]