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
What are filter commands in unix?
Which command can you use to find the currently running process in unix server?
How does the system know where one command ends and another begins?
What is in grep command?
What command is used to switching between users in unix?
What is the first character of the output in ls l command?
What does this command do? Cat food 1 > kitty
Explain ‘library functions’ with respect to unix commands?
What does #!/ Bin sh do?
How do you repeat a command in terminal?
What is awk command used for?
Explain command to view process running?
What is sed awk grep?
What is the use of the command 'ls -x chapter[1-5]' ?
Does cp command overwrite files?