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 do chown command do?
Write a command to kill the last background job?
What difference between cmp and diff commands?
What is {} in find command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Using unix command how to display no of records in oracle?
How do I use nslookup?
Is ‘du’ a command? If so, what is its use?
What are filter commands in unix?
Explain command to view process running?
How do I open a port?
Describe the usage and functionality of the command rm –r * in unix?
Who command in unix operating system?
What does pipe () return?
What is awk good for?