我试图在shell脚本中使用Nmap关闭未使用的端口。如果我硬编码端口号,shell脚本工作正常,但我想将变量传递给变量包含端口号的命令。
示例:iptables -A INPUT -p tcp --destination-port $ portNumber -j DROP
Error:Try `iptables -h' or 'iptables --help' for more information.
' specified.4.21: invalid port/service `4345
Try `iptables -h' or 'iptables --help' for more information.
注意:4345是分配给portNumber&的值。在错误portNumber中显示为`4345