summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-26 12:04:16 +0200
committerPaul Buetow <paul@buetow.org>2025-02-26 12:04:16 +0200
commit90ddeff0cf134240659003796e28708f046a5030 (patch)
tree2ba2cf44f94acba559397f6f0734163be0bc3a45 /TODO.md
parentb394011ce33bd6116bb7d27520d5adea27310862 (diff)
can change owner of files and dirs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 0c65e59..385f2e2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,7 @@
# TODO
-* Support for file modes (owner, chmod)
- Test the mode
-* Recursively install a directory (rsync?)
-* User and group management
- * Fedora
- * FreeBSD
- * OpenBSD
+* Recursively install a directory (rsync? custom file copier?)
+* Change permissions of a directory recursively
* CRON jobs
* Fedora
* FreeBSD
@@ -22,3 +17,13 @@
* Homebrew (macOS)
* Make a gem out of rcm
* Use rakelib and split up rakefiles
+* User and group management
+ * Fedora
+ * add user
+ * remove user
+ * add group to user
+ * remove group from user
+ * add group
+ * remove group
+ * FreeBSD
+ * OpenBSD