![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| communicating wth another user aside from "wall" and "write" | Deanne | Shell Programming and Scripting | 6 | 05-11-2007 02:43 AM |
| Need info:"talk,write and wall" | mr.anilbabu | UNIX for Dummies Questions & Answers | 1 | 07-23-2006 01:27 AM |
| Running "wall" command from cron | xadamz23 | Shell Programming and Scripting | 1 | 05-27-2005 05:43 PM |
| hosts.deny "mailing thing" | beo | UNIX for Advanced & Expert Users | 2 | 10-05-2001 02:35 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can I deny messaging which use "wall" to send message out?
Dear all,
How can I deny messaging which use "wall" command to send message out? regards Wilson |
| Forum Sponsor | ||
|
|
|
|||
|
I disagree with Perderabo you can disable the wall daemon in
/etc/inetd.conf file comment out wall daemon i.e place an # in front of walld/1 in /etc/inetd.conf then issue a kill -HUP (inetd proccess id) |