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
Explain the linux directory commands along with the description?
How do I check memory usage on linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
Which command is used to find what is in your home directory?
Information technology is widely used in
What is filter command in unix?
What command would you use to create an empty file without opening it to edit it?
How lilo is useful in linux?
How do I run bash on windows?
How do you know which shell I am using in linux?
What is command to check ports running/used over local machine
What is #!/ Bin sh?
Explain the linux ‘cd’ command options along with the description?
How do you create a file 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.