Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howto:add_existing_user_to_existing_group_on_linux [2017/05/04 07:11] – created yehuda | howto:add_existing_user_to_existing_group_on_linux [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
# | # | ||
# | # | ||
- | sudo usermod -a -G sudo yehuda | + | sudo usermod -a -G sudo myuser |
+ | |||
+ | # OR | ||
+ | sudo adduser myuser sudo | ||
+ | |||
+ | # Quick group permission update | ||
+ | newgrp webdev | ||
</ | </ |