Questions
- What is the major difference between
firewalld
on RHEL 7-type distros andfirewalld
on RHEL 8/9-type distros? - In which of the following formats does
firewalld
store its rules?.txt
.config
.html
.xml
- Which of the following commands would you use to list all of the
firewalld
zones on your system?sudo firewalld --get-zones
sudo firewall-cmd --list-zones
sudo firewall-cmd --get-zones
sudo firewalld --list-zones
- With
ufw
, everything you’ll ever need to do can be done with theufw
utility.- True
- False
- Your system is set up with
firewalld
and you need to open port10000/tcp
. Which of the following commands would you use?sudo firewall-cmd --add-port=10000/tcp
sudo firewall-cmd --add-port=10000
sudo firewalld --add-port=10000
sudo firewalld --add-port=10000...