Explain the read, write, and execute permissions on a UNIX
directory.
Answer Posted / ajay singh
for giving the permission to a file we can use
chmod 777 filename
left to right
1st 7 is for you
2nd is for your group
3rd is for other users
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What do know about tee command?
What is the use of cut command in unix?
What do chown command do?
What command is used to check the current users?
What is unix command line?
What is the difference between awk and grep?
Is command prompt unix?
What are the differences among a system call, a library function, and a unix command?
Which command is used to find whether the system is 32 bit or 64 bit?
Which command can you use to find the currently running process in unix server?
What is ‘ps’ command for?
Using unix command how to display no of records in oracle?
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)?
What is {} in find command?
What is grep command in unix with examples?