← Back to Index | ← Previous: Day 1
Objective
As part of the temporary assignment to the Nautilus project, a developer named yousuf requires access for a limited duration. To ensure smooth access management, a temporary user account with an expiry date is needed. Here’s what you need to do:
- Create a user named
yousufonApp Server 1in Stratos Datacenter. Set the expiry date to2026-01-28, ensuring the user is created in lowercase as per standard protocol.
Steps
- Follow Day 1 to connect with the remote server.
- Run the following command to create user
yusuf:sudo useradd -e 2026-01-28 yousuf-eflag indicates expiry. - Verify
sudo chage -l yousuf