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
Describe the zip/unzip command using gzip.
What is grep in bash?
What is .sh file?
How can you see the command line history?
How do I open a port?
Write a command to display a file’s contents in various formats?
What do chmod, chown, chgrp commands do?
What does sed command do in unix?
Which command will print your home directory on screen?
What is the search command in unix?
What are the commands in UNIX to list the files in a Directory?
What is merge command in unix?
Which unix command lists files/folders in alphabetical order?
hw will u use awk in replacing cahrs and files
How do I search a whole word in vim?