24
我知道這是一個簡單的問題,但是如何在ubuntu中切換到netcat-traditional
?每當我寫netcat -h
看來,我運行netcat-openbsd
而不是?我是Ubuntu新手,所以確切的命令會有所幫助。謝謝如何在Ubuntu中切換到netcat-traditional?
我知道這是一個簡單的問題,但是如何在ubuntu中切換到netcat-traditional
?每當我寫netcat -h
看來,我運行netcat-openbsd
而不是?我是Ubuntu新手,所以確切的命令會有所幫助。謝謝如何在Ubuntu中切換到netcat-traditional?
使用突觸安裝其他netcat。 (要做到這一點,宇宙倉庫必須啓用。)
型sudo update-alternatives --config nc
選擇選項/bin/nc.traditional
型nc -h
輸出:
[v1.10-38]
connect to somewhere: nc [-options] hostname port[s] [ports] ...
listen for inbound: nc -l -p port [-options] [hostname] [port]
options:
-c shell commands as `-e'; use /bin/sh to exec [dangerous!!]
-e filename program to exec after connect [dangerous!!]
...
注意:ste p 1'sudo apt-get install netcat' – user153882 2017-06-20 15:43:09