Add a user named user4 and make primarily belongs to training group. As well account should expire on 30 days from today.
Do the following steps as:
useradd username
passwd username
usermod -e “date”
example: usermod -e “12 Feb 2006” user4
Verify: chage –l user4
Submit