notes/linux.md
2021-08-15 20:44:51 +01:00

220 B
Executable File

author, date, title, tags
author date title tags
Alvie Rahman \today linux notes
linux

user stuff

add user to group

# usermod -a -G group user

change primary user group

# usermod -g group user