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


Please Help Members By Posting Answers For Below Questions

What is the general format of unix command syntax?

781


What are the general commands in using unix os for a beginner?

681


What does sed command do in unix?

657


What is the function of grep command in unix?

688


Which unix command to make a new directory?

687






Which command is used to delete all files in the current directory and all its sub-directories?

769


What does the command '$ls | wc –l > file1' do?

783


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

849


What are reported commands?

659


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)?

1069


What are filter commands in unix?

636


What are bash commands?

673


What is command substitution?

735


Explain command to show the space allocation of files?

715


What is the use of find command in unix?

663