Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / m.dhanunjaya
The read,write, and execute permissions for directory is 777
but the default perrmission is 755 only.
Read:-It allows users read the contains of directory.
Write:-It allows users to updates(edit,insert,delete) the
directory.
Execute:-It execute the directory.
permissions of directory:-
---------------------------
user groups others
rd wr exe rd wr exc rd wr exc
4 3 1 4 - 1 4 - 1
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are grep patterns?
What is the nmap command?
What is the difference between cat and more command?
What is the use of find command in unix?
What is command substitution?
What are bash commands?
Which command will print your home directory on screen?
What does this command do? Cat food 1 > kitty
What do chmod, chown, chgrp commands do?
Enlist some filename manipulation commands in unix.
What is updatedb?
Which command is used to kill the last background job?
What are the general commands in using unix os for a beginner?
Who invented grep?
What is rmdir command?