Skip to content

Commit

Permalink
tldr: add user and group commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Delapouite committed Sep 6, 2020
1 parent f8b440a commit e6ba6fe
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .local/share/tldr/groupadd.md
@@ -0,0 +1,8 @@
# See also

- groupmod(8)
- groupdel(8)

- useradd(8)
- usermod(8)
- userdel(8)
8 changes: 8 additions & 0 deletions .local/share/tldr/groupdel.md
@@ -0,0 +1,8 @@
# See also

- groupadd(8)
- groupmod(8)

- useradd(8)
- usermod(8)
- userdel(8)
8 changes: 8 additions & 0 deletions .local/share/tldr/groupmod.md
@@ -0,0 +1,8 @@
# See also

- groupadd(8)
- groupdel(8)

- useradd(8)
- usermod(8)
- userdel(8)
4 changes: 4 additions & 0 deletions .local/share/tldr/useradd.md
Expand Up @@ -8,3 +8,7 @@ To obtain almost the same effect than the `adduser` wizard:

- usermod(8)
- userdel(8)

- groupadd(8)
- groupmode(8)
- groupdel(8)
8 changes: 8 additions & 0 deletions .local/share/tldr/userdel.md
@@ -0,0 +1,8 @@
# See also

- useradd(8)
- usermod(8)

- groupadd(8)
- groupmod(8)
- groupdel(8)
9 changes: 9 additions & 0 deletions .local/share/tldr/usermod.md
@@ -0,0 +1,9 @@
# See also

- useradd(8)
- userdel(8)

- groupadd(8)
- groupmod(8)
- groupdel(8)

0 comments on commit e6ba6fe

Please sign in to comment.