aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3527730..262ee36 100644
--- a/README.md
+++ b/README.md
@@ -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
-------