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
Which unix command lists files/folders in alphabetical order?
What are the unix commands?
What does sed command do in unix?
What is the difference between awk and grep?
What does #!/ Bin sh do?
What is command substitution?
What is the functionality of a top command?
How do I search for text in vi?
How to use grep command to list find the records of a file containing 10 different strings?
What is used to type command?
What is the command to find maximum memory taking process on the server?
How does pipe () work?
What are some command words?
What is unix command line?
Which command can you use to find the currently running process in unix server?