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
How many unix commands are there?
What is command statement?
What do chown command do?
What is the command to view process running?
What does find command return in unix?
What will the following command do?
How do I use nslookup?
What is awk good for?
Is ‘du’ a command? If so, what is its use?
Are you in or at the office?
Why is it called a shebang?
How can we use grep command in unix?
What are some command words?
What does grep v grep do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include