Group administration
– Use the groupadd command to add a new group :
# groupadd [options] group_name – Use the groupmod command to modify an existing group :
# groupmod [options] group_name – Use groupdel to delete the group. You can remove a group even if there are users in the group. But you can […]
Recent Comments