Which mode is used for allowing file write,read and append
mode?
Answer Posted / ganesh
chmod ou--rwx filename.txt
here it means take off permission of user and other group
for reading,writing,executing the file filename.txt
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
What is ctrl d?
What does the “echo” command do?
What will the following command do?
Write a command to kill the last background job?
How do I search a whole word in vim?
What is updatedb?
What does 'mkdir' command do in UNIX?
Explain command to show the space allocation of files?
What is the use of finger command?
What is “chmod” command?
Which command should you use to find the remaining disk space in unix server?
What is the search command in unix?
Differentiate cmp command from diff command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?