Answers for "if i use mac do i know unix"

1

command check if linux or mac

echo $OSTYPE #Just try this out in yout terminal ;)
Posted by: Guest on October-09-2021
-1

how to check mac address in linux

ifconfig -a
ip link show
cat /sys/class/net/ens1f0/address
Posted by: Guest on February-26-2022

Code answers related to "if i use mac do i know unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language