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 is grep and how do you use it?
What is merge command in unix?
What does sed command do in unix?
Name the various commands that are used for the user information in unix.
Differentiate cmp command from diff command.
Give the command for finding the current date.
What is difference between grep and find command in unix?
How many unix commands are there?
Is command prompt unix?
How to display no of records in oracle using unix command?
What is the function of grep command in unix?
What is the command to view process running?
What are the dos commands?
Who command in unix operating system?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?