Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The user bobby is trying to grant ownership of a file to rosie, as shown below. Why is this not working? bobby@ubuntu: $ echo this
The user bobby is trying to grant ownership of a file to rosie, as shown below. Why is this not working?
bobby@ubuntu: $ echo this is some content myfile.txt
bobby@ubuntu: $ ls l myfile.txt
bobby friend Feb : myfile.txt
bobby@ubuntu: $ grep rosie etcpasswd
rosie:: :homerosie:binbash
bobby@ubuntu: $ chown rosie myfile.txt
chown: changing ownership of 'myfile.txt: operation not permitted
a Because bobby is not the owner
b Because only root can change ownership
c Because the file belongs to the group friend
d Because rosie is has no writing permission on the file
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