RHCE (firewalld - view and use)
1.2. View current status and settings firewalld
1.2. 1. View the current status firewalld
Firewall service firewalld is installed in the system by default. Use the firewalld CLI interface to check that the service is running.
[root@kittod ~]# firewall-cmd --state
running
For more information about service status, use the systemctl status ...
Posted by sunshine66 on Thu, 09 Dec 2021 13:08:11 +0100
RHCSA-A17. Set password expiration time for new user
Red hat RHCE exam am - RHCSA (RH134)
serverb.example.com task
17. Set the expiration time of new user password
Task requirements
When creating a new user, the default password policy is set to expire after 20 days.
Complete step
Find login file cat /etc/login.defsAdjust the password expiration time in about 25 lines. The default is 99999 ...
Posted by wildteen88 on Fri, 01 Oct 2021 02:02:54 +0200