Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

B . Chmod changes the file mode of each specified either symbolic representation an octal number representing C . Octal representation U: user G:group O:Owner

B. Chmod changes the file mode of each specified either
symbolic representation
an octal number representing
C. Octal representation
U: user
G:group
O:Owner
Example: chmod 754 file1
.4 stands for "read",
.2 stands for "write",
.1 stands for "execute", and
.0 stands for "no permission."
chmod 754 file 1
U=7(4+2+1)(read, write and execute).(rwx)
G=5(4+0+1)(read and execute).(r-x)
O=4(4+0+0)(read only).(r--)
So, meaning is ( rwxr-xr--)
Question: Find Set permission for the following commands:
chmod 644 file.htm
chmod 666 file.txt
D. symbolic representation
The format of a symbolic mode is:
[ugoa...][[+-=][perms...]...]
& [ugoa]:
U : the user who owns it.
g: chmod options permissions
o: onner usersingednetne tres group
a: all users
image text in transcribed

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

Intelligent Image Databases Towards Advanced Image Retrieval

Authors: Yihong Gong

1st Edition

1461375037, 978-1461375036

More Books

Students also viewed these Databases questions

Question

c. What were you expected to do when you grew up?

Answered: 1 week ago

Question

4. Describe how cultural values influence communication.

Answered: 1 week ago

Question

3. Identify and describe nine cultural value orientations.

Answered: 1 week ago