You are on page 1of 1

Network_Administration_Handsout

the faster will be process execution.

To change the priority of a process use :

abgeek@geeknepal:~$ renice -n 20 PID

Network Services

All the configuration files in linux are stored on /etc/ folder and all the startup
files are located on

/etc/init.d/xxx directory. Xxx are services.

The basic command for services is :

abgeek@geeknepal:~$ service xxx start/stop/status/restart

In Centos you have to enable the run level for services in order to run.

To list all services with runlevel enter :

abgeek@geeknepal:~$ chkconfig –list <servicename>

To on all runlevels for httpd

Page 30

You might also like