diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -17,6 +17,24 @@ Which directories are writable by a user? ./src/writable-dirs -u USERNAME / +Ubuntu +------ + +Ubuntu-specific (or Debian-specific) scripts. + +### check-integrity.sh + +Use `debsums` to verify file integrity against the package database. + + ./src/ubuntu/check-integrity.sh + +### unmanaged.sh + +Use `cruft` to view a list of unmanaged files and directories. +Some common directories are excluded automatically. + + ./src/ubuntu/unmanaged.sh + License ------- |