Hi all,
I am trying to find out how to disable rquotad and pop (port 443)
for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running? How do I disable it?
also what about pop?
Jerry
Rick,
For rquota this shows: ps ax | grep rquota 3140 ? Ss 0:00 rpc.rquotad 15025 ? Ss 0:00 rpc.rquotad 21509 ? Ss 0:00 rpc.rquotad 21590 pts/2 S+ 0:00 grep rquota
grep RQUOTA /etc/sysconfig/nfs #RQUOTAD="/usr/sbin/rpc.rquotad" #RQUOTAD_PORT=875 #RPCRQUOTADOPTS=""
so how do I stop this service?
Then for port 443, netstat -ap | grep 443 gave nothing, however netstat -ap | grep https tcp 0 0 localhost:58597 localhost:https TIME_WAIT - tcp 0 0 *:https The port scan I was reading led me to believe it was pop... In actuality it was https. its reporting 5 security vulnerabilites for https? I'm not sure that those are?
jerry
Jerry Geis wrote on Thu, 22 Jan 2009 09:22:16 -0500:
for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running? How do I disable it?
also what about pop?
service name start/stop
chkconfig name off to disable starting
Kai