Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 4 . Change directory permissions In this task, you must change the permissions of a directory. First, you ll check the group permissions of

Task 4. Change directory permissions
In this task, you must change the permissions of a directory. First, youll check the group permissions of the /home/researcher2/projects/drafts directory and then modify the permissions as required. (You should be in the projects directory while managing the permissions of its subdirectory drafts.)
Only the researcher2 user should be allowed to access the drafts directory and its contents. (This means that only researcher2 should have execute privileges.)
Check the permissions of the drafts directory and answer the following question.
The command to complete this step:
ls -l
Copied!
Does the group have permissions set to access the drafts directory and its contents?
Yes
No
Answer: Yes, the group has execute permissions and therefore has access to the drafts directory.
Remove the execute permission for the group from the drafts directory.
The command to complete this step:
chmod g-x drafts
Copied!
ClickCheck my progressto verify that you have completed this task correctly.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

More Books

Students also viewed these Databases questions