1.

_____ command is used for creating a new group.(a) chgrp(b) chown(c) addgrp(d) groupaddThe question was asked at a job interview.I would like to ask this question from Administrator Specific Commands and Privileges in division Essential Shell Programming of Unix

Answer» CORRECT option is (d) groupadd

The BEST I can explain: groupadd COMMAND allows us to create a NEW group. For example, to create a group named OFFICEMANAG with a GID (group ID) of 398, USE the following command:


Discussion

No Comment Found

Related InterviewSolutions