답변:
를 사용하여 패키지 설명을 볼 수 있습니다 apt-cache show
. 그들은 모든 것을 말합니다.
$ apt-cache show netcat-traditional
...
This is the "classic" netcat, written by *Hobbit*. It lacks many
features found in netcat-openbsd.
...
$ apt-cache show netcat-openbsd
...
This package contains the OpenBSD rewrite of netcat, including support
for IPv6, proxies, and Unix sockets.
...
따라서 중요한 차이점은 명시된 바와 같습니다. OpenBSD 재 작성은 기존의 구현에는 없었던 IPv6, 프록시 및 Unix 소켓을 지원합니다. 실제로,이 중 어느 것도 필요하지 않으면 차이가 없습니다.
netcat-traditional 은 netcat-openbsd에-e
없는 원격 쉘에서 프로그램을 실행 하는 옵션을 포함합니다.