top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to disable firewall in a linux system ?

+4 votes
340 views
How to disable firewall in a linux system ?
posted Feb 17, 2015 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes
 
Best answer

You can use these comands to stop the firewall.

Execute these as a super user.

$ iptables -F 
$ ufw  status/start/stop // (use any one option)
answer Feb 18, 2015 by Arshad Khan
+1 vote

There are two commands used to disable firewall for a linux system:
1. service is a command to run a System V init script. it is use to save/stop/start firewall service.
2. chkconfig is a command to use disable firewall service a boot time.

answer Feb 17, 2015 by Ganesh
Similar Questions
+6 votes

I suddenly pressed CTRL+Q as I am using Ubuntu Mint, but I want to get rigged of this situation.
Is there any undo shortcut for it or any possible answers.

+4 votes

So many times, we make foreground process to background process in linux system. How does it handle internally ?

+2 votes

How a background process is treated by operating system ?

...