Which mode is used for allowing file write,read and append
mode?
Answer Posted / preeti
chmod 777.
The three 7 individually tell the process for read write
appened.
If we have to read write and execute a file ,all we have to
do is
chmod 777 filename.ext
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I run a bash script?
What does 'mkdir' command do in UNIX?
What happens when we execute a unix command?
What is awk used for?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the functionality of a top command?
What is the comma to show the space allocation of files?
What is grep short for?
What is grep r?
Explain command to view process running?
What is the unix command to confirm a remote host is alive or not?
What are the general commands in using unix os for a beginner?
How can you see the command line history?
What is the nmap command?
How can we use grep command in unix?