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 / vimshak
Make other to worl readable ie;
chmod o+w tasks
-rw-r--r-w 1 alex student 1423 Feb 21 14:01 tasks
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What does this command do? Cat food 1 > kitty
What are the general commands in using unix os for a beginner?
Which command should you use to find the remaining disk space in unix server?
What is the use of sed command in unix?
How do I search a whole word in vim?
What is the general format of unix command syntax?
Explain mount and unmount command.
What is a command and examples?
Who command in unix operating system?
How does the system know where one command ends and another begins?
Name the general commands in using unix os for a beginner?
Who wrote grep?
How can we use grep command in unix?
What does awk stand for?
How do I search for a file in unix command?