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 the general format of unix command syntax?
What is the significance of the 'tee' command?
What are bash commands?
What is the first character of the output in ls l command?
How do I run a bash script?
What does pipe () return?
Which command is used to create a directory?
What are the unix commands?
What is {} in find command?
What is the use of the command 'ls -x chapter[1-5]' ?
why metadb requires a seperate slice to create Solaris volume manager
How do you grep recursively?
How do I delete files from command prompt?
Differentiate cmp command from diff command.
What are the dos commands?