ilug-admin at linux.ie wrote:
>> Hi Friends
>> Is it possible to RESTART a Device Driver in Linux (Manually or
> through a program)?
Device drivers in Linux take the form of either a 'module', which is
a runtime-loadable binary, or are built into the kernel.
In the case of modules, you can insert, remove, and list modules
with the insmod, rmmod, and lsmod commands respectively.
Why do you need to do this, out of interest?
> In Windows we have, registry database, where in we dump all
> system related information. Do we have a similar registry in
> Linux ?
Nope. There is no once central database : personally I think it's
a horrendously stupid idea baecause if it breaks it takes out your
entire installation.
Linux configuration files tend to appear in the /etc directory or
a subdirectory, and tend to take the form of a text file which can
be read and edited by humans.
Examples :
/etc/inetd.conf Network configuration
/etc/smb.conf Samba configuration
/etc/rc.d Startup script configuration
There are dozens more, and frequently directories with subsections
of configurations also.
Again, what exactly are you looking for?
Vin
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!