Operating System - HP-UX
1833093 Members
2953 Online
110050 Solutions
New Discussion

removing uucp needs reboot

 
SOLVED
Go to solution
AMAR_15
Occasional Contributor

removing uucp needs reboot

Hi

Does removing uucp needs reboot

Regards
Amar
6 REPLIES 6
Alessandro Pilati
Esteemed Contributor

Re: removing uucp needs reboot

Comment the entry of uucp in /etc/inetd.conf

Then refresh inetd with
kill -HUP PID_OF_INETD

Regards,
Alex
if you don't try, you'll never know if you are able to
Orhan Biyiklioglu
Respected Contributor
Solution

Re: removing uucp needs reboot

You should just disable it in the inetd.conf file by commenting out the

#uucp stream tcp nowait root /usr/sbin/uucpd uucpd

line.

If you really want to remove it will not require a reboot.
AMAR_15
Occasional Contributor

Re: removing uucp needs reboot

means


after commenting in inetd.conf
shall I run inetd -c
Pete Randall
Outstanding Contributor

Re: removing uucp needs reboot

Yes, until you either restart or refresh the inetd daemon, uucp will still be enabled, so run "inetd -c".


Pete

Pete
Alessandro Pilati
Esteemed Contributor

Re: removing uucp needs reboot

Yes Amar :-)

Cheers,
Alex
if you don't try, you'll never know if you are able to
Raj D.
Honored Contributor

Re: removing uucp needs reboot

Hi Amar,

After making the change , you need to regresh the inetd , thats all.

You can disable uucp in /etc/inetd.conf

#uucp stream tcp nowait root /usr/sbin/uucpd uucpd

And
# inetd -c

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "