LPI Exam Questions

CORRECT TEXT Create the group named training

CORRECT TEXT
Create the group named training

Answer:

Explanation:
1. groupadd training
To create a group we use the groupadd command.
Verify from: cat /etc/group whether group added or not?