Computer Science, asked by calypsovaldez46, 9 months ago

Existing permission for file dept.txt is rw- --- --- . Retain the same permissions for user and other category. Add write permission to group using octal notation or symbolic notation in unix.

Answers

Answered by gauravarduino
1

Explanation:

Use the chmod command to modify file permissions on your Linode. ... are called permission bits, see the section on octal notation below. ... The permissions for this file are - rwx r-x --- .

Answered by StaceeLichtenstein
2

We will give the existing permission by using  rwx r-x --- command .

Explanation:

  • In the linux operating system the chmod command is used to updating or changing the permission of file .Sometimes they are known as bits permission.They are in the formal of octal notation.
  • The rwx r-x --- is retaining the same permission for the client as well as category .The  rwx r-x ---  is giving the same permission which is in the dept.txt file.

Learn More:

https://brainly.com/question/4728326

Similar questions