Explain the read, write, and execute permissions on a UNIX
directory
Answer Posted / gokul pradeep
read 4
write 2
exec 1
totally it will be 7.
for ex: chmod 777 /loc
in this first 7 represent user.
second 7 represent group.
third 7 represent others.
chmod 744 means user have full permission but group and
others have only read permission.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Can you install linux on any laptop?
How to uninstall software with the command line in linux?
How do you find out the processes that are currently running or a particular user?
Is windows built on linux?
Is linux a kernel or os?
You want to search for all the *.tar files in your home directory and wants to delete all at once. How will you do it?
How to connect to a remote server via ssh?
What is the purpose of linux operating system?
How do I run an rpm in linux?
What is pthread_mutex?
How to copy text to clipboard?
How to check and verify the status of the bond interface?
Can I install linux on mac?
How to zip a file in Linux?
Users come to you and they will be saying mail server is very slow, what are the necessary steps you will take to resolve this issue in Linux?