Author Topic: How to start ebox from a command line?  (Read 6386 times)

RonJNH

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to start ebox from a command line?
« on: September 24, 2008, 12:55:36 am »
I am a newbie to Linux, but experienced in Windows. I have build a Unbutu 8.0 server and installed eBox. I want to use it as a file server for a small Windows network. How do I start eBox from the command line???

sommer

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: How to start ebox from a command line?
« Reply #1 on: September 24, 2008, 03:50:46 am »
eBox should be started after installation.  You can double check by going to:

Quote
https://servername/

However to start and restart ebox, or other services, enter:

Code: [Select]
sudo /etc/init.d/ebox start
or

Code: [Select]
sudo /etc/init.d/ebox restart