Network Interface

Hi !

Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !!

Thx in adivance !

Witt

What flavour of UNIX are you running?

In most UNIX systems, <B>ifconfig</B> is a good place to start. The actual usage is system dependent. Try:

man ifconfig

In most case 'ifconfig' will not give this info. Same happens with 'dmesg'. In this case you can try 'mii-diag' program which reports the link status.

http://www.scyld.com/diag/index.html

HTH

Thanks !!

Witt :wink: