View Single Post

  #3 (permalink)  
Old 07-15-2006, 02:31 PM
toor toor is offline
Junior Member
User
 
Join Date: Jun 2006
Posts: 20
Rep Power: 0
toor
Default

thanks for help. I am able to start or restart/stop any service under ubuntu linux. all services are located under /etc/init.d/ directory. for example to restart sshd:
Code:
sudo /etc/init.d/sshd restart
this forum is great.
Reply With Quote