Skip to content

Latest commit

 

History

History

create-a-user

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Create a user

Problem

For security reasons the xFusionCorp Industries security team has decided to use custom Apache users for each web application hosted, rather than its default user. This will be the Apache user, so it shouldn't use the default home directory. Create the user as per requirements given below:

a. Create a user named yousuf on the App server 2 in Stratos Datacenter.

b. Set its UID to 1148 and home directory to /var/www/yousuf.

Debugging

Solution