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 / subhojit saha
chmod 666 tasks
-rw-rw-rw- 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is .sh file?
Explain mount and unmount command.
How do I use grep to search for a file?
How does pipe () work?
What does the “echo” command do?
Is grep faster than awk?
What is $0 bash?
What is the function of grep command in unix?
Who wrote grep?
How do I use grep to find a file?
Can you explain a little bit about command substitution?
What is the functionality of a top command?
What is awk command used for?
Give the command for finding the current date.
What is ctrl d?