Please correct me if I am wrong
question
To accommodate the backup agent tool’s specifications, the system admin team at xFusionCorp Industries
requires the creation of a user with a non-interactive shell. Here’s your task:
Create a user named jim
with a non-interactive shell on App Server 3
.
Note: You can find the infrastructure details by clicking on the Details of all Users and Servers button on the top-right section of the page.
Steps I followed
Logged in to Appserver 3 and then use below commands
for log in to APP server 3
entered password : BigGr33n
After I am on Appserver 3
entered command
sudo useradd -s /sbin/nologin jim
Tell me where I am wrong on this
I waited 10 mins before submitting