You want to install a test environment to price for the RHCSA exam. Which of the following
distributions should you avoid?
a. The most recent Fedora version
b. CentOS 8
c. Scientific Linux 8
d. RHEL 8 The most recent Fedora version
Which of the following features is availiable both in RHEL and CentOS?
a. Hardware certification
b. Software certification
c. The right to make support calls
d. Software updates. Software updates.
Why should you install the server with a GUI installation pattern?
a. To prepare for the RHCSA, you need some tools that run in a GUI only.
b. The minimal installation is incomplete.
c. If you do not install a GUI immediately, it is hard to add it later.
, RHCSA Questions With Complete Answers
d. The Server with GUI is the default installation that is recommened by Red Hat To
prepare for the RHCSA, you need some tools that run in a GUI only.
Which is the default file system that is used in RHEL 8?
a. Ext3
b. Ext4
c. XFS
b. Btrfs XFS
Which feature is supported in Ext4 but not in XFS?
a. The ability to shrink the file system
b. Snapshots
c. File system quota
d. A maximum size that goes beyound 2 TB The ability to shrink the file system
Which of the following is not a reason why Fedora should be avoided?
a. Fedora contains features that may or may not be available in future RHEL releases.
b. Fedora distributions show a much later state of development than RHEL
, RHCSA Questions With Complete Answers
c. Fedora software is not stable
d. Software in Fedora may differ from the same software in RHEL. Fedora software is
not stable
Which of the following options is not availiable from the Installation Summary Screen?
a. Time & Date
b. Keyboard
c. Language Support
d. Troubleshoot an Existing Installation Troubleshoot an Existing Installation
After setting the root password that you want to use, you cannot proceed in the installation. What
is the most likely reason?
a. The password is unsecure, and unsecure passwords are not accepted.
b. The password does not meet requirements in the password policy.
c. You also need to create a user.
d. If an unsecure password is used, you need to click Done twice. If an unsecure
password is used, you need to click Done twice.
Which statement about the system language is *not* true?
, RHCSA Questions With Complete Answers
a. You can change the system language from the Installation Summary screen.
b. You can change the system language directly after booting from the installation media.
c. When setting the installation language, you can also select a keyboard layout
d. After installation, you cannot change the language settings After installation, you
cannot change the language settings
When installing a server that uses LVM logical volumes, you'll get at least 3 storage volumes
(partitions or LVM). Which of the following is not part of them?
a. /boot
b. /var
c. /
d. swap /var
Which of the following commands enables you to redirect standard output as well as standard
error to a file?
a. 1&2> file
b. > file 2>&1
c. >1&2 file
d. 1>2& file > file 2>&1