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 / wolverine
chmod uo=rw tasks
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain the steps that a shell follows while processing a command.
What does awk stand for?
What are the commands in UNIX to list the files in a Directory?
What happens when we execute a unix command?
What is the difference between cat command and more command?
What is s and g in sed command?
What is sed awk grep?
How many unix commands are there?
Does cp command overwrite files?
How do I search for a file in unix command?
What's a command word?
Explain mount and unmount command.
What are awk 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)?
Name the unix command to find how many days the server has been up.