IT Essentials 8 & ITE 7.02 | |
Final Exam Answers Ch 1 - 9 | |
Final Exam Answers Ch 10 - 14 | |
Final Exam Composite Answers Ch 1 - 14 | |
IT Essentials 8 & ITE 7.02 - Chapter 12 | |
Chapter 12 Exam Answers | Online Test |
Chapter 12 Exam Answers | Online Test |
Checkpoint Exam #4 (Chapters 10 – 11) Answers | |
IT Essentials 8 & ITE 7.02 - Chapter 13 | |
Chapter 13 Exam Answers | Online Test |
Chapter 13 Quiz Answers | Online Test |
IT Essentials 8 & ITE 7.02 - Lab Answers | |
12.1.2.2 Lab – Working with Android Answers | |
12.1.3.2 Lab – Working with iOS Answers | |
12.1.4.4 Lab – Mobile Device Features Answers | |
12.2.1.2 Lab – Passcode Locks Answers | |
12.4.2.4 Lab – Troubleshoot Mobile Devices Answers | |
13.2.3.7 Lab – Bitlocker and Bitlocker To Go Answers |
A company is creating a new website to be hosted on a Linux server. The system administrator creates the group “webteam” and assigns team members to it. The administrator then creates the directory “webpages” for storing files. Later that day, one of the team members reports of being unable to create files in the “webpages” directory or subdirectories. The administrator uses the ls -l command to view the file permissions. The result displayed is drwxr-xr–. What should the administrator do to allow team members to add and edit files?
- Add the user to the webteam group.
- Issue the command chmod 775 –R webteam.
- Issue the command chmod 775 –R webpages.
- Make the user the owner of the directory and subdirectories.
Answers Explanation & Hints: The permission of drwxr-x-r- indicates that the owner of the directory may read, write, and execute the files in the directory, the group members may read and execute the files in the directory but cannot create files, and all users may read files in the directory. By issuing the command chmod 775 –R webpages, the group members can create and modify files in the directory and subdirectories. The user is already a member in the group because the user can navigate in the directory and subdirectories.
IT Essentials 8 & ITE 7.02 | |
Final Exam Answers Ch 1 - 9 | |
Final Exam Answers Ch 10 - 14 | |
Final Exam Composite Answers Ch 1 - 14 | |
IT Essentials 8 & ITE 7.02 - Chapter 12 | |
Chapter 12 Exam Answers | Online Test |
Chapter 12 Exam Answers | Online Test |
Checkpoint Exam #4 (Chapters 10 – 11) Answers | |
IT Essentials 8 & ITE 7.02 - Chapter 13 | |
Chapter 13 Exam Answers | Online Test |
Chapter 13 Quiz Answers | Online Test |
IT Essentials 8 & ITE 7.02 - Lab Answers | |
12.1.2.2 Lab – Working with Android Answers | |
12.1.3.2 Lab – Working with iOS Answers | |
12.1.4.4 Lab – Mobile Device Features Answers | |
12.2.1.2 Lab – Passcode Locks Answers | |
12.4.2.4 Lab – Troubleshoot Mobile Devices Answers | |
13.2.3.7 Lab – Bitlocker and Bitlocker To Go Answers |