Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / venkatarao
chmod 777
7--->owner permissions
7--->group permissions
7--->other permissins
by defualt permissions are 755 means owner by default
read,write and execute permissins
the format of permissions are
-rwxr-xr-x
- indicates it's dirctory we mention d and file donot
mention any option.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is grep in bash?
How do you grep recursively?
What command will change your prompt to myprompt?
Which command is used to create a directory?
What will the following command do?
Explain ‘library functions’ with respect to unix commands?
What do chmod command do?
What command is used to check the current users?
What command is used to switching between users in unix?
Why is shebang used?
What are the general commands in using unix os for a beginner?
Which command is used to restrict incoming messages?
How do I clear my terminal history?
What is the use of awk command in unix?
What do know about tee command and its usage?