Skip to main content
IBM  
Shop Support Downloads
IBM Home Products Consulting Industries News About IBM
IBM developerWorks : Linux : Education - Tutorials
LPI certification 102 exam prep, Part 3
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
3. Internet services
  


Stopping/starting inetd using an init-script page 5 of 12


The changes to /etc/inetd.conf that we made in the previous panel won't take effect until we restart the inetd program. Most distributions have an init-script in /etc/init.d or in /etc/rc.d/init.d:


# /etc/rc.d/init.d/inet stop
Stopping INET services:                   [  OK  ]

# /etc/rc.d/init.d/inet start
Starting INET services:                   [  OK  ]

In fact, you can usually use "restart" as a shortcut:


# /etc/rc.d/init.d/inet restart
Stopping INET services:                   [  OK  ]
Starting INET services:                   [  OK  ]

Main menuSection menuFeedbackPreviousNext
Privacy Legal Contact