> What is the command to view all 65536 ports by name?

The best you will do on your local computer is

cat /etc/services

which will show you a subset of the 
official ones as defined by IANA.

http://www.iana.org/assignments/port-numbers

If, you mean by "view" see what's running on your computer,
you're probably looking for a command like

lsof -i





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to