Assume the following files are in the working directory
prompt> ls -l tasks
-rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks
What command can Alex use to give everyone permission to
write to the file? What will the ls -l
command display if he does so?
Answer Posted / piyush
chmod a+2 <filename>
This gives permission to all to write the file.
If you enter command as ls -l <filename>, It will display
-rw-rw--rw--
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is used to type command?
Which command is used to copy files?
What is grep and how do you use it?
Explain ‘library functions’ with respect to unix commands?
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)?
What is $0 bash?
Which command is used to find whether the system is 32 bit or 64 bit?
What does awk stand for?
What is the use of the tee command?
Which command is used to kill the last background job?
What is the comma to show the space allocation of files?
What is the command to view process running?
What is the unix command to confirm a remote host is alive or not?
How to find $ai_serual resolved path by using unix
What is the search command in unix?