LPI Exam Questions

CORRECT TEXT Create the group named sysuser.

CORRECT TEXT
Create the group named sysuser.

Answer:

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