Fulltext results:
- MacPorts @info:mac
- ====== MacPorts ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, no
- List Open Ports @info:sysadmin
- ====== List Open Ports ====== To list the open ports together with the listening processes: <code bash> netstat -tulpn </code