LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-31-2004, 09:28 PM   #1
Paxmaster
Member
 
Registered: Jun 2004
Location: unknown place in NYC
Distribution: Ubuntu
Posts: 377

Rep: Reputation: 30
very simple questions, (but i was wrong)


in debian sarge, where is the directory that has all of the daemon

is there a directory where debian holds all of the kernel modules that loads


thanks

HAPPY NEW YEAR, WHO LIVE IN AMERICA

Last edited by Paxmaster; 01-01-2005 at 03:12 PM.
 
Old 12-31-2004, 11:17 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
all the daemons u can find here

/etc/rc.d/init.d/

and all modules are here
/lib/modules/<ur kernel name>
 
Old 01-01-2005, 02:01 PM   #3
Paxmaster
Member
 
Registered: Jun 2004
Location: unknown place in NYC
Distribution: Ubuntu
Posts: 377

Original Poster
Rep: Reputation: 30
nope that's not it, very good guess, that ture for other distibution but not for debian

anyone else has some idea
 
Old 01-01-2005, 02:51 PM   #4
rbochan
Member
 
Registered: Dec 2004
Location: Central New York
Distribution: Debian
Posts: 218

Rep: Reputation: 30
Quote:
Originally posted by Paxmaster
nope that's not it, very good guess, that ture for other distibution but not for debian

anyone else has some idea
hmmm...
$ cat /etc/issue
Debian GNU/Linux 3.1 \n \l

$ ls /etc/init.d/
README exim makedev reboot
acpid halt modutils rmnologin
atd hdparm mountall.sh sendsigs
autofs hostname.sh mountnfs.sh setserial
bootclean.sh hwclock.sh mountvirtfs single
bootlogd hwclockfirst.sh networking skeleton...

]$ ls /lib/modules/2.4.18-bf2.4/
kernel modules.ieee1394map modules.pcimap
modules.dep modules.isapnpmap modules.pnpbiosmap
modules.generic_string modules.parportmap modules.usbmap
 
Old 01-01-2005, 03:09 PM   #5
Paxmaster
Member
 
Registered: Jun 2004
Location: unknown place in NYC
Distribution: Ubuntu
Posts: 377

Original Poster
Rep: Reputation: 30
hmmm.... ??

don't understand what u are asking me to do, or well let me copy what u are

paxmaster@debian:~/programs$ cat /etc/issue
Debian GNU/Linux 3.1 \n \l

paxmaster@debian:~/programs$ ls /etc/init.d/
alsa gdm mountall.sh rmnologin
atd halt mountnfs.sh sendsigs
bootclean.sh hostname.sh mountvirtfs setserial
bootlogd hotplug networking single
bootmisc.sh hwclockfirst.sh nfs-common skeleton
checkfs.sh hwclock.sh nviboot ssh
checkroot.sh ifupdown pcmcia stop-bootlogd
console-screen.sh inetd portmap sysklogd
cron initrd-tools.sh ppp udev
dbus-1 keymap.sh pppd-dns udev-mtab
discover klogd procps.sh umountfs
dns-clean lpd rc umountnfs.sh
etc-setserial makedev rcS urandom
exim4 module-init-tools README xfree86-common
fam modutils reboot xprint

paxmaster@debian:~/programs$ ls /lib/modules/2.6.8-1-386/
boot modules.alias modules.ieee1394map modules.pcimap source
initrd modules.ccwmap modules.inputmap modules.symbols
kernel modules.dep modules.isapnpmap modules.usbmap


paxmaster@debian:~/programs$ uname -a
Linux debian 2.6.8-1-386 #1 Thu Nov 11 12:18:43 EST 2004 i686 GNU/Linux
 
Old 01-01-2005, 03:26 PM   #6
rbochan
Member
 
Registered: Dec 2004
Location: Central New York
Distribution: Debian
Posts: 218

Rep: Reputation: 30
Quote:
Originally posted by Paxmaster
paxmaster@debian:~/programs$ cat /etc/issue
Debian GNU/Linux 3.1 \n \l
That shows that it's a Debian system.


Quote:
paxmaster@debian:~/programs$ ls /etc/init.d/
alsa gdm mountall.sh rmnologin
atd halt mountnfs.sh sendsigs
bootclean.sh hostname.sh mountvirtfs setserial
bootlogd hotplug networking single
bootmisc.sh hwclockfirst.sh nfs-common skeleton
checkfs.sh hwclock.sh nviboot ssh
checkroot.sh ifupdown pcmcia stop-bootlogd
console-screen.sh inetd portmap sysklogd
cron initrd-tools.sh ppp udev
dbus-1 keymap.sh pppd-dns udev-mtab
discover klogd procps.sh umountfs
dns-clean lpd rc umountnfs.sh
etc-setserial makedev rcS urandom
exim4 module-init-tools README xfree86-common
fam modutils reboot xprint
Those are all of the daemons.


Quote:
paxmaster@debian:~/programs$ ls /lib/modules/2.6.8-1-386/
boot modules.alias modules.ieee1394map modules.pcimap source
initrd modules.ccwmap modules.inputmap modules.symbols
kernel modules.dep modules.isapnpmap modules.usbmap
That's where the modules live, more specifically, in the kernel subdirectory shown. You were claiming that masand's post was mistaken for a Debian system, but it wasn't, that's all. He was dead on.
 
Old 01-01-2005, 06:10 PM   #7
Paxmaster
Member
 
Registered: Jun 2004
Location: unknown place in NYC
Distribution: Ubuntu
Posts: 377

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by masand
all the daemons u can find here

/etc/rc.d/init.d/
as you see he was say go to rc.d but there were no such directory, i was not pointing he was worng on the deamon directory but anyhow thanks for clearing that on
 
Old 01-01-2005, 07:46 PM   #8
McCloud
Member
 
Registered: Sep 2004
Distribution: Debian Etch
Posts: 179

Rep: Reputation: 30
Daemons: /etc/init.d/

Directories /etc/rcx.d/ show which daemons are started in which runlevels.

Modules are in /lib/modules/{kernel-name}/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Questions...Hopfully Simple Answers. caps_phisto Linux - General 3 12-21-2004 12:40 PM
Three Simple Questions Wapocalypse Linux - Newbie 4 01-04-2003 06:49 PM
simple questions safrout Linux - Hardware 4 12-08-2002 10:00 AM
Three simple questions ErikD Linux - Software 2 10-15-2001 09:03 AM
Two simple questions M.I. Linux - General 3 07-12-2001 10:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration