Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / james mathew
read - we can list the directory
ie we can apply ls command
write - we can create file in this directory.
execute - We can navigate to that directory
ie we can apply cd to that directory
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Who wrote grep?
What is $0 bash?
What is grep short for?
Name the general commands in using unix os for a beginner?
What is ‘ps’ command for?
What does #!/ Bin sh do?
How do you repeat a command in terminal?
What do know about tee command and its usage?
What is the difference between awk and grep?
Are you in or at the office?
Name the unix command to find how many days the server has been up.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the use of awk command in unix?
What do chgrp command do?
What is s and g in sed command?