Myself is Divya.. i am new to Linux/Unix.. i have a question on user and group management..
I read that for deleting a group a group must be empty..
I want to delete a primary group without deleting the users(as they belongs to other groups which is their secondary group)
for example I want to delete a group called ABC which contains the users U1,U2,U3,U4 whereas U1 and U4 belongs to another secondary group called DEF and GHI respectively.
ABC is the primary group for U1 and U4. let me know he command/s..
Thanks
deluser U1 ABC
etc. – Rinzwind Mar 09 '15 at 14:09