Computer Science, asked by aishwaryarai61832, 6 months ago

User Tom wants to work in the home directory of user Riya . He can easily do this by changing the home directory of Riya (/home/Riya). Comment

Answers

Answered by amitnrw
1

Given : User Tom wants to work in the home directory of user Riya . He can easily do this by changing the home directory of Riya (/home/Riya).

To Find : Comment on statement

Solution:

User Tom wants to work in the home directory of user Riya . He can easily do this by changing the home directory of Riya (/home/Riya).

if Tom has the  permissions/rights for Riya directory

other wise it would be inaccessible.

in linux/unix   there  are  chmod to change right/permissions

u  g  a

u - user

g - group

a  - all

r w x   - read write execute

if home directory of Riya (/home/Riya).  has permission set to

750

u  =  7 = 111  - rwx  - Riya has read write execute permissions

g =  5 = 101  - r-x  - group has read and execute permissions but not edit/write

a  =  1 = 001  - --x  - All others can not read write  but only execute  

Depending upon permissions in home directory of Riya for Tom

, Tom can work by  changing the home directory of Riya (/home/Riya).

otherwise Tom would not be able to access

Learn More:

The command chmod 761 letter is equivalent to which of the ...

https://brainly.in/question/5085517

Find the equivalent octal notation for the given permission:symbolic ...

https://brainly.in/question/9702598

Similar questions