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 are the general commands in using unix os for a beginner?
How do I use grep to search for a file?
What does the “echo” command do?
How does the system know where one command ends and another begins?
How does shebang work?
What does 'mkdir' command do in UNIX?
What do chown command do?
Which command should you use to find the remaining disk space in unix server?
What is the command to view process running?
How do you grep recursively?
What is awk good for?
What are the unix commands?
Is ‘du’ a command? If so, what is its use?
What command is used to switching between users in unix?
Write a command to kill the last background job?