kill the process
how can i termeinate the process of "in.rarpd" which command i can use to terminate the process?
[103 byte] By [
ammarmcs] at [2007-11-26 7:06:09]

# 1
pkill in.rarpd ;)In Solaris 9, the /etc/init.d/boot.server script starts in.rarpd as well ass rpc.bootparamd if there is a /tftpboot/ directory ..If you don't want this behaviour, either (re)move the directory or hack the script. 7/M.