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 / hari
chmod ugo filename
ls -l
filename bytes date etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is ‘du’ a command? If so, what is its use?
Which command can you use to find the currently running process in unix server?
What do know about tee command and its usage?
Which unix command to make a new directory?
What is s and g in sed command?
What does the “echo” command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How can we use grep command in unix?
Who invented grep?
Enlist some filename manipulation commands in unix.
What do chown command do?
What is the behavioural difference between cmp and diff commands?
What do chmod, chown, chgrp commands do?
Give the command for finding the current date.
What is grep command in unix with examples?