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 does awk stand for?
Which unix command to make a new directory?
What is the comma to show the space allocation of files?
Which command is used to create a directory?
What does the command '$ls | wc –l > file1' do?
What does #!/ Bin sh do?
why metadb requires a seperate slice to create Solaris volume manager
What do chown command do?
What is $0 bash?
What is sed awk grep?
What is the use of the tee command?
Name the unix command to find how many days the server has been up.
What is the difference between awk and grep?
How to find $ai_serual resolved path by using unix
Write a command to kill the last background job?