Here are two quick and dirty ways of checking the duplex setting of all interfaces as a non-root user:

kstat -p | grep link_duplex | grep mac

0=link down 1=half duplex 2=full duplex

Or

ndd /dev/hme link_status 
ndd /dev/hme link_mode 
ndd /dev/hme link_speed

link_status: 0=down 1=up
link_mode: 0=half 1=full
link_speed: 0=10 1=100

About troyski

I'm a freelance UNIX engineer working in the UK. I'm married to Tina and between us we have six children. I'm a bit of an Apple fan boy, and all the Windows machines in the house are a thing of the past now.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Private

Post navigation