Question: To create the new user's home directory, execute the command #mkdir -p /home/jfk. 7. Execute the command #chown jfk /home/jfk && chgrp jfk /home/jfk. 8.

To create the new user's home directory, execute the command

#mkdir -p /home/jfk.

7. Execute the command

#chown jfk /home/jfk && chgrp jfk /home/jfk.

8. Execute the command

#passwd jfk.

What passwd command does?

_____________________________________________________________________________________

#su jfk

To log on as the new jfk user (goes to bash shell because does not have all configuration files)

bash-4.1$ exit

Copying all configuration files

# cp /etc/skel/.* /home/jfk:

# su jfk

$ cd $

ls al

Write any two file or directory names

1. ________________________________________________________________________

2. ________________________________________________________________________




Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!