Red Hat Principles Flashcards
(54 cards)
What is Red Hat Linux?
A Linux distribution developed by Red Hat, known for its enterprise-level features.
True or False: Red Hat Linux is an open-source operating system.
True
What package management system does Red Hat Linux use?
RPM (Red Hat Package Manager)
Fill in the blank: The primary configuration file for network settings in Red Hat Linux is ______.
/etc/sysconfig/network-scripts/ifcfg-<interface></interface>
What is the purpose of SELinux in Red Hat Linux?
To provide an additional layer of security through mandatory access controls.
Which command is used to update packages in Red Hat Linux?
yum update
What does RHEL stand for?
Red Hat Enterprise Linux
True or False: Red Hat Linux supports both graphical and command-line interfaces.
True
What is the default file system used in Red Hat Linux?
XFS
What command is used to check the system’s current kernel version?
uname -r
Fill in the blank: The Red Hat subscription model provides access to ______.
support, updates, and additional software repositories.
What is the role of the ‘systemd’ in Red Hat Linux?
To manage system services and the boot process.
Which command is used to start, stop, or restart services in Red Hat Linux?
systemctl
True or False: The command ‘chmod’ is used to change file permissions.
True
What does the ‘chown’ command do?
Changes the ownership of a file or directory.
What is the purpose of the ‘/etc/passwd’ file?
To store user account information.
Fill in the blank: The command ‘ls -l’ provides a ______ listing of directory contents.
detailed
What is the function of the ‘firewalld’ service in Red Hat Linux?
To manage firewall rules dynamically.
What command is used to view active network connections?
netstat
True or False: Red Hat Linux can be run on both physical and virtual machines.
True
What is the purpose of the ‘/etc/fstab’ file?
To define how disk partitions and other file systems are mounted.
What command is used to create a new directory?
mkdir
Fill in the blank: The main log file for system messages is located in ______.
/var/log/messages
Which command shows disk usage for files and directories?
du