TLDR
Enter a command. For example: gcov, repo add, xdg mime, fprintd delete.

fsck

 
Check the integrity of a filesystem or repair it. The filesystem should be unmounted at the time the command is run. More information: https://manned.org/fsck.
 
  • Check filesystem /dev/sdXN, reporting any damaged blocks:
     
    sudo fsck {{/dev/sdXN}}
     
  • Check filesystem /dev/sdXN, reporting any damaged blocks and interactively letting the user choose to repair each one:
     
    sudo fsck -r {{/dev/sdXN}}
     
  • Check filesystem /dev/sdXN, reporting any damaged blocks and automatically repairing them:
     
    sudo fsck -a {{/dev/sdXN}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.