iptables: command not found
데비안 7.6에서 발생한 문제를 어떻게 해결 합니까?
batman@gotham:~$ uname -a
Linux gotham 3.14-0.bpo.2-amd64 #1 SMP Debian 3.14.13-2~bpo70+1 (2014-07-31) x86_64 GNU/Linux
batman@gotham:~$ iptables -L
bash: iptables: command not found
batman@gotham:~$ sudo apt-get install iptables
[sudo] password for batman:
Reading package lists... Done
Building dependency tree
Reading state information... Done
iptables is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
batman@gotham:~$
나는 광범위하게 구글을 조사했으며 대부분의 답변은 2005 년과 2009 년으로 거슬러 올라간 CentOS와 Fedora에 대한 것이었다.
iptables가 있어야
—
Valentin Bajrami
PATH
하므로 sudo
누락 된 것입니다.
echo $PATH
무엇입니까?