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 / harika janga
chmod go+w tasks
-rw-rw-rw- 1 alex student 1423 feb 21 14:01 tasks
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does the metacharacter mean?
What will the following command do?
What is unix command line?
Name the various commands that are used for the user information in unix.
Who command in unix?
Describe the usage and functionality of the command rm –r * in unix?
What is .sh file?
Explain command to show the space allocation of files?
Name the unix command to find how many days the server has been up.
What is the functionality of a top command?
What does the md command do?
What are grep patterns?
What is unix command?
What is pipe command in unix?
How do I use grep to find a file?