請問一下(版本使用 3.0 r4 woody)
1.我為了要關掉不相關的port
一開始使用 rcconf
卻出現
# rcconf
Another rcconf is running, or still remain lock file(/var/lock/rcconf). at /usr/bin/rcconf line 785.
但是當我
# ps -aux | grep rcconf
Bad syntax, perhaps a bogus '-'?
root 932 0.0 0.1 1332 424 pts/0 S 18:26 0:00 grep rcconf
卻找不到相關在跑rcconf的process
請問上述錯誤訊息是啥意思 , 要怎麼解決?
2. 後來我改用修改 /etc/inetd.conf
把要關的port mark起來
之後執行 /etc/inetd restart
之後要關掉的port就不會出現在netstat -a上面了...
那我應該已經關掉port了吧...?