NIC address

how can I know the Network Interface Card physical address?

Better tell us the OS that you are using.

ifconfig <interfacename> in most cases

actually I wanted to know what is the code in UNIX for checking Network Interface Card's Physical Address?

on my machine its done like this.

ifconfig -a |grep -i HWaddr | awk '{print $1,$5}'