Skip to content

Commit

Permalink
Create add_group
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Jul 10, 2024
1 parent ec9fdba commit 3a932e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Admin/add_group
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Add a new group and assign user to it


```
sudo groupadd mygroup
getent group mygroup
sudo usermod -aG mygroup username

groups username

sudo chown -R :yourgroup /var/www/html
```

0 comments on commit 3a932e1

Please sign in to comment.