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
How can we use grep command in unix?
Which command is used to copy files?
Does cp command overwrite files?
What is the command to view process running?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Why is shebang used?
Why is grep called grep?
How does the system know where one command ends and another begins?
What is .sh file?
What command is used to check the current users?
How do you repeat a command in terminal?
What's a command word?
What is a bash command?
how to sort the content of the file based on numeric values
Why is awk called awk?