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 is command substitution?
What is the command to find maximum memory taking process on the server?
What is the size of time_t?
What is grep r?
What are the general commands in using unix os for a beginner?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How to use grep command to list find the records of a file containing 10 different strings?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Can you explain a little bit about command substitution?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I run a whois command?
Does cp command overwrite files?
How many unix commands are there?
What do know about tee command and its usage?
What does sed command do in unix?