I'm using Arduino DUE with a Windows 7 machine.
In Windows, I can check the list of ports(COM & LPT) at the "Device Manager".
What about in MAC OSX or Linux (Ubuntu)?
-Best regards
You should find the device by using
dmesg | grep tty
after plugging it in.