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
Write a command that will display files in the current directory, in a colored, long format.
Which command will print your home directory on screen?
Is ‘du’ a command? If so, what is its use?
How to find $ai_serual resolved path by using unix
What is command statement?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I use grep to find a file?
What do know about tee command?
Explain command to display different lines that are found when compare two files?
What does the metacharacter mean?
What are grep patterns?
What is updatedb?
How to use grep command to list find the records of a file containing 10 different strings?
How do you repeat a command in terminal?
What is nr in awk command?