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 / sivanantham
chmod 666 tasks
-rw-rw-rw- 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How to find $ai_serual resolved path by using unix
What are some command words?
What is awk command used for?
What does grep v grep do?
What is the first character of the output in ls l command?
why metadb requires a seperate slice to create Solaris volume manager
What is grep command in unix with examples?
Write a command to display a file’s contents in various formats?
What is command substitution?
Does cp command overwrite files?
What is ctrl d?
What is time_t?
Name the unix command to find how many days the server has been up.
What does this command do? Cat food 1 > kitty
What difference between cmp and diff commands?