Created
June 18, 2020 18:46
-
-
Save mahidaparth7/f4517eb6d1d728b4738f59e7fd2ee2f5 to your computer and use it in GitHub Desktop.
linux-cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #open port | |
| iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment