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 / subhojit saha

chmod 666 tasks

-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

What do chmod, chown, chgrp commands do?

631


How can you see the command line history?

580


How do I use grep to find a file?

577


What is ‘ps’ command for?

614


What does this command do? Cat food 1 > kitty

974






Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

795


What do know about tee command?

601


How do you repeat a command in terminal?

587


What is the pipe command?

574


What is the difference between cat command and more command?

599


What does find command return in unix?

592


How do I search for a file in unix command?

544


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

638


Why is it called a shebang?

566


What is the command to view process running?

572