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 / kapil
chmod ugo+w tasks (press "enter key")
after doing this..
prompt> ls -l tasks
result will show as.
-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
What's a command word?
What is the difference between awk and grep?
What are bash commands?
What is the use of cut command in unix?
What is the significance of the 'tee' command?
What is the use of the tee command?
What is rmdir command?
What is unix command line?
What is the command to find maximum memory taking process on the server?
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to kill the last background job?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the difference between grep and grep?
How does shebang work?
Explain command to view process running?