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
What does the md command do?
What is sed awk grep?
Enumerate some of the most commonly used network commands in unix?
What are the commands in UNIX to list the files in a Directory?
What is command substitution?
Name the various commands that are used for the user information in unix.
What does 'mkdir' command do in UNIX?
How do I search for a file in unix command?
How does the system know where one command ends and another begins?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Explain mount and unmount command.
Give the command for finding the current date.
How to display no of records in oracle using unix command?
Can you enlist some commonly used network commands?
How does pipe () work?