diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 18 | ||||
-rwxr-xr-x | src/ubuntu/check-integrity.sh (renamed from src/ubuntu/check-package-integrity.sh) | 0 | ||||
-rwxr-xr-x | src/ubuntu/unmanaged.sh (renamed from src/ubuntu/unmanaged-files.sh) | 0 |
3 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 ------- diff --git a/src/ubuntu/check-package-integrity.sh b/src/ubuntu/check-integrity.sh index 39e01dd..39e01dd 100755 --- a/src/ubuntu/check-package-integrity.sh +++ b/src/ubuntu/check-integrity.sh diff --git a/src/ubuntu/unmanaged-files.sh b/src/ubuntu/unmanaged.sh index 88514a0..88514a0 100755 --- a/src/ubuntu/unmanaged-files.sh +++ b/src/ubuntu/unmanaged.sh |