0% found this document useful (0 votes)
14 views1 page

Sudo User

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Sudo User

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

To check user group user

[mrsh@mlocalhost ~]$ groups mrsh

mrsh : mrsh wheel

[mrsh@mlocalhost ~]$ groups

mrsh wheel

Add a user in groups

usermod --append -G wheel rsh1 or

usermod -aG wheel rsh1

To check groups

[mrsh@mlocalhost ~]$ groups mrsh

mrsh : mrsh wheel

Remove a user from a groups

You might also like