RedHat RH202 Question Answer
Create the group named training
Answer and Explanation:
groupadd training
To create a group we use the groupadd command.
Verify from: cat /etc/group whether group added or not?
RedHat RH202 Question Answer
Create the group named training
Answer and Explanation:
groupadd training
To create a group we use the groupadd command.
Verify from: cat /etc/group whether group added or not?