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 / wolverine
chmod uo=rw tasks
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
What is updatedb?
Name the various commands that are used for the user information in unix.
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 does #!/ Bin sh do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How do I delete files from command prompt?
Which command is used to restrict incoming messages?
What happens when we execute a unix command?
What is rmdir command?
How do I open a port?
What does the “echo” command do?
What is the use of egrep command in unix?
Who command in unix operating system?
Describe the usage and functionality of the command rm –r * in unix?
What does grep v do?