How to block the message in wall command some students are
send messages to all in the lab. please help me
Answer Posted / amir
chmod 700 /usr/bin/wall
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is bc command in unix?
How do I run a script in linux?
Which are the linux directory commands?
What is the difference between kill and kill in linux?
Brief about the command ff?
What is history command in linux?
What is a makefile in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What does execute mean in linux?
How can I delete a file in linux?
How do I find command history in linux?
How do make computer faster?
What does ls mean in linux?
What is help command in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.