3
OS Xのnetstat -tlnと同等のものは何ですか?
netstat -tlnOS X上のLinuxに相当するものは何ですか? オプション: -l, --listening (Show only listening sockets. (These are omitted by default.) --numeric , -n (Show numerical addresses instead of trying to determine symbolic host, port or user names.) -t, --tcp
14
command-line