Posts tagged ‘services’

How to start and stop services in HP-UX

hp.gif

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

redhat.png

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.

Continue reading ‘How to manage services in Fedora/Redhat’ »

Stop and Start Services in Arch Linux

Archlinux-icon.png

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:

Continue reading ‘Stop and Start Services in Arch Linux’ »