Home /
Expert Answers /
Computer Science /
9-add-a-new-user-with-the-adduser-command-launch-a-terminal-and-login-to-that-user-and-navigate-t-pa369
(Solved): 9. Add a new user with the adduser command. Launch a terminal and login to that user and navigate t ...
9. Add a new user with the adduser command. Launch a terminal and login to that user and navigate to the first user's home directory, navigate to the file using the cd ... and ls commands to reach the file created in Step 2. Verify you are in correct directory with pwd command. Read twice for better understanding. [10 points] cd .. takes you one step above in the directory; 10. As a second user attempt to read the file you created from Step 2. Explain the outcome. [10 points] After adding the user to the group, navigate to the file using the "cd .." and ls commands to reach the file created in Step 2 11. Add the second user to the group you created from Step 5. [5 points] 12. Repeat Step 10 and explain why the outcome is different. [15 points]