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
Which command is used to kill the last background job?
What is the significance of the 'tee' command?
What are the general commands in using unix os for a beginner?
How to display no of records in oracle using unix command?
What does awk stand for?
How do you grep recursively?
What is “chmod” command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the difference between cat and more command?
What is .sh file?
What is the behavioural difference between cmp and diff commands?
What is pipe command in unix?
What command is used to switching between users in unix?
Who command in unix?
Which unix command lists files/folders in alphabetical order?