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 is command statement?
What is awk used for?
What does #!/ Bin sh do?
how to sort the content of the file based on numeric values
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do know about tee command and its usage?
How to find $ai_serual resolved path by using unix
What does the command '$ls | wc –l > file1' do?
Who command in unix operating system?
Which command will print your home directory on screen?
What is ctrl d?
What is {} in find command?
Using unix command how to display no of records in oracle?
How can we use grep command in unix?
What is the command to find hidden files in the current directory?