CORRECT TEXT
Create the user named jeff, marion, harold
Answer:
Explanation:
1. useradd jeff
2. useradd marion
3. useradd harold
useradd command is used to create the user. All user’s information stores in /etc/passwd and
user;s shadow password stores in /etc/shadow.