RHCSA 9

linux

Linux – sudo file

The sudo command allows you to run programs with the security privileges of another user. Usually this command is used to run command as a  superuser. The configuration files are : /etc/sudoers /etc/sudoers.d/* Instead of…

Read More

redhat

Redhat – Generating SoS report

The SoS report command is a tool that collects various details from a Redhat Linux server. These details include configuration details, system information and diagnostic information such as the running kernel version, loaded modules, and…


redhat

Redhat – Configuring network interfaces – nmcli

NetworkManager Command Line Interface – The nmcli is a command-line utility which is used for controlling NetworkManager and reporting network status. View status of physical network device attached to a system [root@centos9vm ~]# nmcli device…



linux

SELINUX

SELinux is a set of security rules using which we can control the processes that can access specific files, folders and ports. These processes, files, folders and ports has a special security label called SELinux…