One Day One GNU/Linux Command :- ============================= groupadd -- Create a new group
Summary : The groupadd command creates a new group account using the values specified on the command line and the default values from the system. Example: # groupadd newgrp -- Create a new group # groupadd -g 600 newgrp -- Create newgrp with specified Group ID. # groupadd -f newgrp -- Force flag. Don't show error message. Read: man groupadd HTH :) -- Bharathi S _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
