ExamGecko
Question list
Search
Search

Question 41 - LFCA discussion

Report
Export

When working on a Linux system with firewalld enabled, how can other systems be allowed to access the HTTPS port on the system in the default firewall zone so that the access is granted immediately and persists across reboots?

A.
firewallctl --add-port=https --reload
Answers
A.
firewallctl --add-port=https --reload
B.
iptables --add-service=https --permanent
Answers
B.
iptables --add-service=https --permanent
C.
firewalld --add-service=https
Answers
C.
firewalld --add-service=https
D.
firewall-cmd --add-service=https --permanent --reload
Answers
D.
firewall-cmd --add-service=https --permanent --reload
Suggested answer: D
asked 18/09/2024
Duc Hai
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first