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 / vimshak
Make other to worl readable ie;
chmod o+w tasks
-rw-r--r-w 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is “chmod” command?
What is the use of tee command?
What is updatedb?
How do I use grep to search for a file?
What will the following command do?
What do chgrp command do?
Are you in or at the office?
Is ‘du’ a command? If so, what is its use?
What is the comma to show the space allocation of files?
What does this command do? Cat food 1 > kitty
How do I open a port?
What are reported commands?
How can you see the command line history?
What is the function of grep command in unix?
What are the commands in UNIX to list the files in a Directory?