Files
natto/Tenmado/Linux - Commands & CLI.md
2023-08-22 20:52:17 -05:00

302 B

Creating new user/settings

add new user

adduser username #adds new user

change user group to sudo

usermod -aG sudo user_name #changes user group to a different one, in this case `sudo`

check how many users are using the same machine

cat /etc/passwd