Podcast
Questions and Answers
What is the primary function of the firewalld
in Linux?
What is the primary function of the firewalld
in Linux?
- Firewall management (correct)
- Network interface aggregation
- System performance tuning
- Disk management
How can you add a service permanently in firewalld
?
How can you add a service permanently in firewalld
?
- firewall-cmd --add-port=80/tcp --permanent
- firewall-cmd --add-service=http
- firewall-cmd --add-service=http --permanent (correct)
- firewall-cmd --add-port=80/tcp
What does the renice
command do in Linux?
What does the renice
command do in Linux?
- Perform a DNS lookup
- Disable password authentication
- Configure SSH
- Change the process priority (correct)
Which command is used to generate SSH key pairs in Linux?
Which command is used to generate SSH key pairs in Linux?
How can you check the version of Docker installed on your Linux system?
How can you check the version of Docker installed on your Linux system?
What is the primary function of NIC bonding in Linux?
What is the primary function of NIC bonding in Linux?
What is the purpose of a kickstart file in Linux?
What is the purpose of a kickstart file in Linux?
How can you synchronize time with an NTP server using ntp
in Linux?
How can you synchronize time with an NTP server using ntp
in Linux?
Which tool is used for managing containers in Linux as an alternative to Docker?
Which tool is used for managing containers in Linux as an alternative to Docker?
What is the purpose of the rsyslog
service in Linux?
What is the purpose of the rsyslog
service in Linux?
How do you add a package permanently in firewalld
?
How do you add a package permanently in firewalld
?
What is the default boot loader used in newer versions of CentOS or RHEL?
What is the default boot loader used in newer versions of CentOS or RHEL?