Posts Tagged ‘services’

How to start and stop services in HP-UX

Friday, November 21st, 2008

Using ssh as an example:

To Stop HP UX SSH Service Type the command:

# /sbin/init.d/secsh stop

To Start HP UX SSH Service Type the command:

# /sbin/init.d/secsh start

How to manage services in Fedora/Redhat

Wednesday, November 12th, 2008

A “service” is a program that starts automatically when you start your computer, and runs in the background. For example, the “network” service sets up your connection to the Internet and keeps it running correctly.

There are two ways to manage services in Fedora, one using the graphical tools, and one using only the command line. If you’re not in a graphical environment, use the command line method.

(more…)

Stop and Start Services in Arch Linux

Saturday, October 18th, 2008

A default install of Archlinux will leave you with very few services (or daemons) enabled during boot. You can add or remove services by editing the the daemon array line in your rc.conf file. It will initially look something like this:

(more…)