LPI Exam Questions

Create the group named sysusers.

CORRECT TEXT
Create the group named sysusers.

Answer:

Explanation:
1. groupadd sysusers
groupadd command is used to create the group and all group information is stored in /etc/group
file.