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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which unix command to make a new directory?
What will the following command do?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain command to view process running?
What does sed command do in unix?
What is the significance of the 'tee' command?
How can we use grep command in unix?
Describe the zip/unzip command using gzip.
why metadb requires a seperate slice to create Solaris volume manager
What is $0 bash?
Why is it called grep?
Is ‘du’ a command? If so, what is its use?
What do chgrp command do?
What is the unix command to confirm a remote host is alive or not?