If you're writing a Bash script, you will invariably need to pass values to it—aka arguments or positional parameters. Bash's approach is a little clunky, but it works. Examples are the easiest way to ...
trying to make the iptable comand work.<BR>iptables is in /sbin/, the comand works if i do ./iptables<BR>the program that im trying to install complains that iptables is not present or something, i ...