Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This following task is separate and has no connection to previous ones On one Linux (such as Ubuntu) machine that uses discretionary access control, consider
This following task is separate and has no connection to previous ones On one Linux (such as Ubuntu) machine that uses discretionary access control, consider the following case: Alice, Bob, Charlie, and Dave are four users. Alice owns a file treasure.trt and she needs to set the file permissions on treasure.txt to meet the following requirements here must be only a single copy of this file in the whole system. In other words, Alice must not, even if she is capable of, make a physical copy of file treasure.txt 2. Alice's own permissions on the file must be readable/writableon-executable. 3. Alice needs to allow Bob to read and write this file; Alice needs to allow Charlie to read but not write the file. 5. The execute permission of treasure.trt must be disabled for all users 6. All other users (such as Dave) in the system must not be able to read or write the file. 7. Alice does not have sudo privilege on this machine. But if necessary, she can ask the systems administrator to create groups for her. She may also ask the systems administrator to install software to the machine and may even ask for sudo privileges from the systems administrator, if necessary How can Alice meet the above requirements? In your solution, in addition to the description, you must also provide the exact Linux commands. You must run your commands on your Linux box to make sure that they actually work. No working commands, no points
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started