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
Explain the steps that a shell follows while processing a command.
Give the command for finding the current date.
What are awk commands?
Why is awk called awk?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does 'mkdir' command do in UNIX?
What are the differences among a system call, a library function, and a unix command?
What is the comma to show the space allocation of files?
What is the use of finger command?
What is awk good for?
Name the unix command to find how many days the server has been up.
How do I use nslookup?
What do know about tee command and its usage?
How do I use grep to search for a file?
Write a command to display a file’s contents in various formats?