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 the general format of unix command syntax?
What are the general commands in using unix os for a beginner?
What does sed command do in unix?
What is the function of grep command in unix?
Which unix command to make a new directory?
Which command is used to delete all files in the current directory and all its sub-directories?
What does the command '$ls | wc –l > file1' do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are reported commands?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What are filter commands in unix?
What are bash commands?
What is command substitution?
Explain command to show the space allocation of files?
What is the use of find command in unix?