G Gabriel9999 Member Joined Mar 12, 2019 Messages 38 Reaction score 4 Credits 130 May 11, 2020 #1 How can I remove a specific user from the group?
arochester Well-Known Member Joined Apr 25, 2017 Messages 1,870 Reaction score 1,508 Credits 4,650 May 11, 2020 #2 https://unix.stackexchange.com/questions/29570/how-do-i-remove-a-user-from-a-group ?
Alexzee Well-Known Member Joined Jun 1, 2019 Messages 4,186 Reaction score 2,294 Credits 25,744 May 11, 2020 #3 You'll need to use the usermod command. Be careful not to remove your self or you won't be able to do administrative tasks. [How To] Remove User from group in Linux | Linux/Unix Configuration [How To] Remove User from group in Linux - Everything about Linux, Unix based systems, databases and of course programming. linuxconfig.net
You'll need to use the usermod command. Be careful not to remove your self or you won't be able to do administrative tasks. [How To] Remove User from group in Linux | Linux/Unix Configuration [How To] Remove User from group in Linux - Everything about Linux, Unix based systems, databases and of course programming. linuxconfig.net
sp331yi Well-Known Member Joined Apr 11, 2020 Messages 720 Reaction score 326 Credits 4,584 May 12, 2020 #4 userdel command, with options Check out cyberciti (above link) and linux.die.net, they're my reference sites
userdel command, with options Check out cyberciti (above link) and linux.die.net, they're my reference sites
samuel tarcin New Member Joined Mar 6, 2019 Messages 24 Reaction score 11 Credits 48 May 13, 2020 #5 It is easier than you think. Use the usermod command with root privileges. Following example will remove the user george from the root group. $ sudo usermod -G root george Referance: https://www.poftut.com/user-groups-linux/
It is easier than you think. Use the usermod command with root privileges. Following example will remove the user george from the root group. $ sudo usermod -G root george Referance: https://www.poftut.com/user-groups-linux/
sp331yi Well-Known Member Joined Apr 11, 2020 Messages 720 Reaction score 326 Credits 4,584 May 13, 2020 #6 @samuel tarcin -- Haven't tried < usermod >, samuel -- thanks for the info! @OP -- see attachment Attachments Managing-Users.pdf 73.7 KB · Views: 545 Last edited: May 14, 2020