You are on page 1of 1

Exerciser Ubuntu Server – PROFTPD and UFW

1.What command is used to temporarily stop the Proftp Server service?


R: /sbin/service proftpd stop
2. What is the default installation directory for the Proftpd Server?
R: /etc/proftpd
3. What is the default TCP port of the Proftpd Server?
R: The default port for the FTP server t is 21.
4. Which command is used to install the Proftpd Server?
R: Sudo apt install proftpd
5. On Debian and Ubuntu distributions of the Linux Operating System, the default FTP
server is
a) fireftp.
b) ftp.
c) proftpd.
d) vsftp.
e) WinSCP.
6. Which command is used to check which applications are enabled to apply UFW
firewall rules?
R: ufw status
7. Which command is used to exclude a certain rule in the UFW firewall?
R: ufw delete NumeroDaRegra

8. Which command is used to remove all the rules configured in the UFW firewall?
R: ufw reset
9. The default firewall application for Ubuntu, is UFW. Rules to allow a specific IP in
UFW are considered:
a) sudo ufw permission from <ip address>
b) ufw allow from <ip address>
c) ufw denny from <ip address>
d) sudo ufw allow from <ip address>

10. How to block Telnet Connections in UFW ?

R: sudo ufw deny 23 

You might also like