# `fsck` command `gopass` can check integrity of it's password stores with the `fsck` command. It will ensure proper file and directory permissions as well as proper recipient coverage (on supported crypto backends, only). ## Synopsis ``` $ gopass fsck ``` ## Modes of operation * Check the entire password store, incl. all mounts * Check only the specified mount ## Flags Flag | Aliases | Description ---- | ------- | ----------- `--decrypt` | | Decrypt and reencrypt all secrets. ## Exit codes | Code | Meaning | |-----:|---------| | 0 | Store integrity OK | | 15 | One or more integrity errors found | See [docs/exit-codes.md](../exit-codes.md) for the full table.