Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / p naveen kumar
in unix, read permission ona directory will allow the user
to list the files in that directory.
Write permission will allow the user to create sub
diretories and new files in to that particular directory.
Untiil and unless a directory has execute permissions, user
cant access the data in that directory.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Using unix command how to display no of records in oracle?
What is the use of awk command in unix?
What does the command '$ls | wc –l > file1' do?
How do I use grep to search for a file?
How do I use nslookup?
What is the functionality of a top command?
What does awk stand for?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How does the system know where one command ends and another begins?
What is the difference between cat and more command?
What is awk good for?
What do chmod command do?
What does the md command do?
Which command is used to create a directory?
Differentiate cmp command from diff command.