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
Explain command to display different lines that are found when compare two files?
What is the use of sed command in unix?
why metadb requires a seperate slice to create Solaris volume manager
What is awk used for?
Explain ‘system calls’ with respect to unix commands?
How do I find previous commands in unix?
Which command can you use to find the currently running process in unix server?
What does awk stand for?
What is the command to compare two files in unix?
What command is used to check the current users?
What is {} in find command?
What are file commands?
Differentiate cat command from more command.
What is $0 bash?
Who invented grep?