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
Explain how to use grep command to list find the records of a file containing 10 different strings?
What's a command word?
What are some command words?
What difference between cmp and diff commands?
What is the command to find hidden files in the current directory?
Differentiate cmp command from diff command.
How do you grep recursively?
Describe the zip/unzip command using gzip.
What is ‘ps’ command for?
Why is it called grep?
What is the use of sed command in unix?
What does pipe () return?
What is the general format of unix command syntax?
Which command is used to find whether the system is 32 bit or 64 bit?
What is grep command in unix with examples?