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 / kapil

chmod ugo+w tasks (press "enter key")
after doing this..
prompt> ls -l tasks
result will show as.
-rw-rw-rw-1 alex student 1423 Feb 21 14:01 tasks

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented grep?

648


What are reported commands?

560


What does grep v grep do?

546


What is ctrl d?

591


what is the advaantage of each user having its own copy of the shell?

2030






What do chmod command do?

600


What do chown command do?

528


Which command is used to restrict incoming messages?

587


What command is used to check the current users?

590


What does this command do,"$more readme.txt“?

684


What is difference between grep and find command in unix?

576


Enumerate some of the most commonly used network commands in unix?

612


Who command in unix?

567


How do I use grep to find a file?

577


Which command is used to create a directory?

565