Commands not working
Hey people I've got a strange problem with Unix commands. Yesterday I configured my firewall using iptables. Today I wanted to modify it a bit so I log in as root and type iptables -L to check the rules but I get this error: bash: iptables: command not found No other iptables commands work either.
Hey people I've got a strange problem with Unix commands. Yesterday I configured my firewall using iptables. Today I wanted to modify it a bit so I log in as root and type iptables -L to check the rules but I get this error: bash: iptables: command not found
No other iptables commands work either. Any ideas why this has happend?
Thanks,
No other iptables commands work either. Any ideas why this has happend?
Thanks,
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Did you try:
/usr/sbin/iptables
Or:
/sbin/iptables
?
/usr/sbin/iptables
Or:
/sbin/iptables
?