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 / sivanantham
chmod 666 tasks
-rw-rw-rw- 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is updatedb?
What do chmod command do?
What do chmod, chown, chgrp commands do?
What is used to type command?
How can you see the command line history?
What is the size of time_t?
how to sort the content of the file based on numeric values
What does the command '$ls | wc –l > file1' do?
What difference between cmp and diff commands?
How do you grep recursively?
What is the behavioural difference between cmp and diff commands?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is unix command?
What are the dos commands?
What is rmdir command?