Can anyone tell me how to unblock a port i have filtered in iptables?

Ive tried the command

./iptables -A INPUT -p TCP --dport xx -j ACCEPT

but that doesnt work.

Thanks in advance

r3b007