> I have several basic questions and hope somebody can help me:
>
> 1) Is there any way of telling which program is accessing the cdrom? Or
whether
> any programs are accessing a particular drive/partition?
fusers -v /cdrom
lsof /cdrom
lsof /dev/cdrom
something like that, works with drive/partitions to, check out the man pages
for lsof and fuser
> 2) How do I enable my linux dhcp client to use a NT wins server for
netbios
> name resolution? Eg if I type some name in the Netscape window, it should
be
> smart to contact the wins server to convert it to some IP address.
Why would you be typing netbios names in a Netscape window, IIRC the only
thing that uses netbios names is smb. I think you might be talking about
DNS. If you are referering to DNS, put your name server address in
/etc/resolv.conf something like this
#cat /etc/resolv.conf
domain mydomain.com
nameserver 192.168.17.2
namserver 192.168.17.3
nameserver 192.168.17.4
check the man page for the exact sytanx for this file. There is also a DNS
how-to.
> Help appreciated :)
>
> ditz
> --
> A million worlds, and only us?
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs