I am setting up a ftp server on my Ubuntu 16.
After using the following command:
sudo ufw allow 21/tcp
sudo ufw status verbose
I can see the output that says:
21/tcp ALLOW IN Anywhere
But, if I type:
netstat -tnlp
It does not show the port 21 at all
Do I am doing something wrong?