Results 1 to 3 of 3
Hi,
I am trying to get familiar with linux architecture. If i type in chkconfig --list I get a list of processes and their runtime levels.
Do all of these ...
- 04-04-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 7
Deamon process list
Hi,
I am trying to get familiar with linux architecture. If i type in chkconfig --list I get a list of processes and their runtime levels.
Do all of these process list have a init script in init.d folder with the same name as in list?
Example:
Does the list
acpid 0: off 1: off 2: off 3: on 4: on 5: on 6: off
anacron 0: off 1: off 2: on 3: on 4: on 5: on 6: off
apmd 0: off 1: off 2: on 3: on 4: on 5: on 6: off
have the init scipts names acpid,anacron,apmd in init.d folder?
thanks in advance. I am using CentOS5
- 04-05-2009 #2
Why not to peep inside the system. It wont get angry.
# ls /etc/init.d/
- 04-05-2009 #3Linux Newbie
- Join Date
- Sep 2004
- Location
- UK
- Posts
- 160
Yes, except for thing like chargen, daytime etc (if you have them enabled), they come from inetd or xinetd (/etc/inted.d or /etc/xinetd.d).
But as b2bwild say's go and have a look (and any other stuff), they are only text files and it's good way of gaining a knowledge - you never know when you might have to create your own startup scripts.In a world without walls and fences, who needs Windows and Gates?


Reply With Quote