Information
The recommendation is to disable writesrv . This allows users to chat using the system write facility on a terminal.
writesrv allows users to chat using the system write facility on a terminal. The recommendation is that this service must be disabled.
Solution
Use the chitab command to disable the writesrv start-up script in /etc/inittab :
Note: Do not use the rmitab to remove the writesrv start-up script from /etc/inittab as it may return during a update.
/usr/sbin/chitab "writesrv:23456789:off:/usr/bin/startsrc -swritesrv"
Use stopsrc to ensure that writesrv is not running
/usr/bin/stopsrc -s writesrv