Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given the file permission rw - rw - rw - for a file named fileone, identify the chmod command that adds execute permissions for owner
Given the file permission rwrwrw for a file named fileone, identify the chmod command that adds execute permissions for owner and group, and leaves other permissions unchanged.
Question options:
chmod fileone
chmod fileone
chmod fileone
chmod fileone
None of the above
Question point
Saved
What are the permissions in octal mode of the file named filetwo, given the file listing below:
rwxwxw user students Dec : filetwo
Question options:
None of the above
Question point
Saved
Given the file permission rwxrxrx for a file named filethree, identify the chmod command that removes execute permissions from group and others.
Question options:
chmod gxox filethree
chmod gxox filethree
chmod ax filethree
chmod gxox filethree
None of the above
Question point
Login as root, which of the following commands will NOT give everyone full access permission to public
Question options:
chmod public
chmod arwx public
chmod public
chmod ugorwx public
None of the above
Question point
With an umask of which will be the default file permission in Linux?
Question options:
rwxr
wxwx
rwxrwrx
rwrwr
None of the above
Question point
To set default directory permission to rwxrx you should set umask to
Question options:
None of the above
Question point
Based on the following:
rwrxw john students Dec : filefour
Who is the owner of filefour?
Question options:
john
students
root
filefour
None of the above
Question point
Based on the following:
rwrxw john students Dec : filefour
The command that will change filefours owner to jack is
Question options:
chown jack filefour
chown john jack filefour
chown jack filefour
chown john.jack filefour
None of the above
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