edited by
589 views
1 votes
1 votes

Consider the following statements:

  1. UNIX provides three types of permissions
    • Read
    • Write
    • Execute
  2. UNIX provides three sets of permissions
    • permission for owner
    • permission for group
    • permission for others

Which of the above statement/s is/are true?

  1. Only (i)
  2. Only (ii)
  3. Both (i) and (ii)
  4. Neither (i) nor (ii)
edited by

2 Answers

0 votes
0 votes

UNIX provides Read, Write and Execute permisision on files
UNIX provides three sets of permissions

  • permission for owner
  • permission for group
  • permission for others.  (Hence option C is correct)
0 votes
0 votes

C. Both (a) and (b) …

 

EXPLANATION UNIX provides three types of permissions using octal numbers

1. Read(R or 4)..

2. Write (W or 2) ..

3. Execute (X or 1) ..

 

UNIX provide three sets of permissions...

For each set of permission, we are having 3 types of permissions.…

# permission for the owner(RWX or 421)...

## permission for a group(RWX or 421) …

### permission for others(RWX or 421)...

 

We can change/modify permissions using chmod, chown, etc...commands....

We can see the permissions for file using -l command ...

 

Hence the correct answer is C. Both (a) and (b).…

 

 

Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
870 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
2
Arjun asked Nov 5, 2017
954 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...