View Single Post
  #10 (permalink)  
Old 04-27-2007, 09:52 PM
anotherseed anotherseed is offline
New Member
 
Posts: 3
Default

Hi,
Debian uses init.d service scripts (well, Ubuntu uses Upstart but it's compatible). So you should be able to do,

sudo /etc/init.d/iptables restart | stop | start

or other things like

sudo /etc/init.d/alsa-utils force-reload

to start and stop services
Reply With Quote