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
Name the various commands that are used for the user information in unix.
What do know about tee command and its usage?
What is the unix command to confirm a remote host is alive or not?
How do I search for a file in unix command?
What is $0 bash?
how to sort the content of the file based on numeric values
Is ‘du’ a command? If so, what is its use?
what is the advaantage of each user having its own copy of the shell?
Which unix command lists files/folders in alphabetical order?
What are file commands?
What is the significance of the 'tee' command?
What does the command '$ls | wc –l > file1' do?
Describe the usage and functionality of the command rm –r * in unix?
What's a command word?
Why is shebang used?