Hi,

On Tuesday 07 Feb 2006 6:11 pm, anup unawane wrote:
> 1.How to mount a pen drive in linux?

You will have to mount the pen drive.
as root do

mkdir /mnt/usb
mount /dev/sda1 /mnt/usb
ls /mnt/usb

instead of sda1 , it might be sdb1 etc, check out the output of dmesg


> 2.How can i configure my lan card?

Use ifconfig and route
check out man pages of ifconfig and route
man ifconfig 
man route

-Devendra Laulkar
--
______________________________________________________________________
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