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
How do I search a whole word in vim?
How to use grep command to list find the records of a file containing 10 different strings?
What is time_t?
What will the following command do?
How does pipe () work?
What is the comma to show the space allocation of files?
What is the use of egrep command in unix?
What command is used to switching between users in unix?
What are reported commands?
Is it inbetween or in between?
What does 'mkdir' command do in UNIX?
What is the use of tee command?
What does pipe () return?
How do I use grep to find a file?
Why is it called a shebang?