Answered step by step
Verified Expert Solution
Link Copied!

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 rw-rw-rw- for a file named fileone, identify the chmod command that adds execute permissions for owner and group, and leaves other permissions unchanged.
Question 33 options:
chmod 770 fileone
chmod 774 fileone
chmod 666 fileone
chmod 776 fileone
None of the above
Question 34(1 point)
Saved
What are the permissions in octal mode of the file named filetwo, given the file listing below:
-rwx-wx-w-2 user1 students 13 Dec 1015:37 filetwo
Question 34 options:
654
664
732
651
None of the above
Question 35(1 point)
Saved
Given the file permission rwxr-xr-x for a file named filethree, identify the chmod command that removes execute permissions from group and others.
Question 35 options:
chmod g+x,o+x filethree
chmod g-x,o-x filethree
chmod a-x filethree
chmod g=x,o=x filethree
None of the above
Question 36(1 point)
Login as root, which of the following commands will NOT give everyone full access permission to /public.
Question 36 options:
chmod 777/public
chmod a=rwx /public
chmod 666/public
chmod ugo+rwx /public
None of the above
Question 37(1 point)
With an umask of 013, which will be the default file permission in Linux?
Question 37 options:
rwxr-----
----wx-wx
rwxrw-rx
rw-rw-r--
None of the above
Question 38(1 point)
To set default directory permission to rwxr-x---, you should set umask to_________.
Question 38 options:
020
024
027
754
None of the above
Question 39(1 point)
Based on the following:
-rw-r-x-w-2 john students 13 Dec 1016:37 filefour
Who is the owner of filefour?
Question 39 options:
john
students
root
filefour
None of the above
Question 40(1 point)
Based on the following:
-rw-r-x-w-2 john students 13 Dec 1016:37 filefour
The command that will change filefours owner to jack is?
Question 40 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

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

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions

Question

3. Identify the methods used within each of the three approaches.

Answered: 1 week ago