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 unix command?
What are the unix commands?
What do chmod, chown, chgrp commands do?
Which unix command lists files/folders in alphabetical order?
What is grep in bash?
Describe the zip/unzip command using gzip.
What does find command return in unix?
Using unix command how to display no of records in oracle?
Which command is used to kill the last background job?
How to use grep command to list find the records of a file containing 10 different strings?
What is the difference between cat and more command?
Explain command to show the space allocation of files?
What does #!/ Bin sh do?
Explain command to display different lines that are found when compare two files?
What happens when we execute a unix command?