मैं 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:~$
मैं बड़े पैमाने पर googled और ज्यादातर जवाब CentOS और फेडोरा के लिए थे जो 2005 और 2009 तक वापस आ गए थे।
PATH
ताकि यह sudo
गायब हो।
echo $PATH
?