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
15
command-line