A list of Linux commands
How To Commands
Disable Firewall
$ service iptables stop # stops firewall
$ chkconfig iptables off # disables firewall
$ service iptables status # status of firewall
No comments:
Post a Comment