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
What is the search command in unix?
What is used to type command?
Write a command that will display files in the current directory, in a colored, long format.
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)?
What is the unix command to confirm a remote host is alive or not?
Explain the steps that a shell follows while processing a command.
Why is grep called grep?
Which unix command lists files/folders in alphabetical order?
How to display no of records in oracle using unix command?
What is pipe command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Is command prompt unix?
Is it inbetween or in between?
What do chown command do?