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 / kiruthiga.s

666- is a permission
output will be -rw-rw-rw- alex student 1423 Feb 21 14:01
tasks

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the md command do?

659


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

783


How do you grep recursively?

656


What is merge command in unix?

1016


What does the command ' $who | sort –logfile > newfile' do?

892






How many unix commands are there?

711


Write a command that will display files in the current directory, in a colored, long format.

781


how to sort the content of the file based on numeric values

1375


How does shebang work?

688


Why is grep called grep?

875


Does cp command overwrite files?

706


How do you repeat a command in terminal?

707


How can you see the command line history?

687


What is pipe command in unix?

786


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

761