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
What is the function of grep command in unix?
What does 'mkdir' command do in UNIX?
What is the first character of the output in ls l command?
What does the metacharacter mean?
What does find command return in unix?
How do I use grep to find a file?
What is in grep command?
How do you grep recursively?
What is the general format of unix command syntax?
What is $0 bash?
Explain command to display different lines that are found when compare two files?
What is the functionality of a top command?
What is the use of egrep command in unix?
What is the use of finger command?
Who command in unix operating system?