💾 Archived View for henn.es › cheatsheet › linux-admin.gmi captured on 2023-04-19 at 22:28:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2024-05-10)

-=-=-=-=-=-=-

hennes' Linux adminstration cheatsheet

Create new user

adduser <username>

Create new group

groupadd <groupname>

Add user to existing group:

usermod -a -G <groupname> <username>