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 does the md command do?
How do you grep recursively?
Write a command to display a file’s contents in various formats?
What is s and g in sed command?
what is the advaantage of each user having its own copy of the shell?
What are the differences among a system call, a library function, and a unix command?
What is awk good for?
What command is used to check the current users?
How to use grep command to list find the records of a file containing 10 different strings?
What is ‘ps’ command for?
Who wrote grep?
What does the command ' $who | sort –logfile > newfile' do?
What is unix command?
What is the use of finger command?