CORRECT TEXT
Add a user named user4 and make primarily belongs to training group. As well account should
expire on 30 days from today.
Answer:
Explanation:
1. useradd username
2. passwd username
3. usermod -e “date”
example: usermod -e “12 Feb 2006” user4
Verify: chage -l user4