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 / harika janga
chmod go+w tasks
-rw-rw-rw- 1 alex student 1423 feb 21 14:01 tasks
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What command will change your prompt to myprompt?
What are the unix commands?
What does the md command do?
Which command is used to create a directory?
Why is it called a shebang?
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 the functionality of a top command?
why metadb requires a seperate slice to create Solaris volume manager
What does this command do,"$more readme.txt“?
How do I use grep to find a file?
Is command prompt unix?
Explain ‘system calls’ with respect to unix commands?
What is the use of tee command?
What does grep v grep do?