Link to home
Start Free TrialLog in
Avatar of ismahwati
ismahwati

asked on

reinitialize inetd

Hi..
i want to disable finger services
in my server.
what i do is;

go to /etc.
vi inetd.conf ,
# hash the finger services,
save.

then reiniatilize the inetd.conf;
$pkill -HUP inetd.conf

the problem is my finger services is still
running.

any helps?
Avatar of ahoffmann
ahoffmann
Flag of Germany image

kill -HUP <pid of inetd>

when you say "finger service is still running", how did you check this, with ps or with finger?
Avatar of ismahwati
ismahwati

ASKER

i do finger @myserver
did you perform the kill?
ASKER CERTIFIED SOLUTION
Avatar of ganame
ganame

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ganame, are you gathering points (using still given suggestions)?
oops, I see you're new at EE, so:

would you please post your suggestions as comments, and not as answers.
Let the questioner decide to grade the comment of her/his choice as answer.
Please read the EE Policies if unshure.
Thanks
https://www.experts-exchange.com/jsp/cmtyHelpDesk.jsp
ok it works now.
i use;

$pkill -HUP inetd

i also hashed the finger services in
etc/services.

thanks
ahoffmann : thanks . I am new in experts-exchange and don't know more about it. I will read the EE policies and will post suggestions next time.

thanks
ganame, enjoy the grading ;-)