> From: anup unawane <[EMAIL PROTECTED]>
> To: plug-mail@plug.org.in
> Date: Tue, 7 Feb 2006 12:41:15 +0000 (GMT)
> Subject: [PLUG] Some Linux Queries
> Hi,
> I have some queries about linux whiuch are  as follws
> (i use PCQ Linux 2004 & our college uses Fedora core
> 4)
>
> 1.How to mount a pen drive in linux?
After putting pen drive in usb slot fire following command,
mount /dev/sda1  /mnt/pendrive
if above command doesn't work,
then execute "dmesg" and look for info related to scsi disk which will
tell you what is the device name for the pen drive.


>
> 2.How can i configure my lan card?
>
Execute,
/sbin/ifconfig

if you can see "eth0" entry in it then your lan card is detected, now
to configure it ,
become root user (either login as root or execute "su -" command).
After that execute "setup" command and from menu select network configuration.

Regards,
Ameya.

--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to