Question: Question 1 ( 1 point ) To automatically mount all mount points configured in / etc / fstab file, you can use the command mount

Question 1(1 point)
To automatically mount all mount points configured in /etc/fstab file, you can use the command mount -a
Question 1 options:
True
False
Question 2(1 point)
Choose the device file name of the fourth partition on the third PATA/IDE hard drive.
Question 2 options:
/dev/sdd4
/dev/hdc4
/dev/sdc4
/dev/vdc4
Question 3(1 point)
To perform a case-insensitive search for a given file name, use the -iname option such as find /-iname *FileName*
Question 3 options:
True
False
Question 4(1 point)
To enable support for a new third-party repository, create a file in the /etc/yum.repos.d/ directory. Repository configuration files must end with a .repo extension.
Question 4 options:
True
False
Question 5(1 point)
Which command provides an overview of the file system mount points and the amount of free space available in SI units?
Question 5 options:
du -H
df -H
fdisk -h
df -h
Question 6(1 point)
Saved
the command yum history will show the same results as history command
Question 6 options:
True
False
Question 7(3 points)
On the software package name: webmin-2.000-1.noarch.rpm ; select only those statements that are true!
Select 3 correct answer(s)
Question 7 options:
The version number for this software would be 2.000
The release number of the package based on that version, which is set by the packager, who might not be the original software developer would be 2.000
This package would be installable on Redhat-based Linux distributions meeting needed dependencies, instead of Debian-based Linux distributions.
a package named like this indicate that this package's contents are not architecture-specific - meaning they can be installed on machines running on aarch64, x86_64, etc.
Question 8(1 point)
What is the name of the device file of an entire SATA hard drive in the /dev directory?
Question 8 options:
/dev/vda
/dev/sda
/dev/vg_install/lv_home
/dev/sda1
Question 9(4 points)
Select all commands that can be used to manage hard-disks and partitions on Linux
Select 4 correct answer(s)
Question 9 options:
mount
mkfs
setfacl
yum
fdisk
fsck
mkdir
Question 10(1 point)
The command sudo yum group install "RPM Development Tools" would install the package named in quotation marks so that it can be used only by the specific group of users
Question 10 options:
True
False
Question 11(1 point)
The lsblk -fp command lists the full path of the device, along with the UUIDs and mount points, as well as the type of file system in the partition.
Question 11 options:
True
False
Question 12(1 point)
To unmount a file system, the unmount command expects the mount point as an argument.
Question 12 options:
True
False
Question 13(1 point)
The rpm command can be used to query remote repository servers to provide information about the contents of installed packages and install packages and resolve their dependencies
Question 13 options:
True
False
Question 14(3 points)
Which of the following statements are true regarding package manager rpm and packages
Select 3 correct answer(s)
Question 14 options:
The command rpm -qa will list all RPM packages currently installed under the Redhat-based Linux
The command rpm -ql NAME list all files included in a package and the command rpm -qd NAME list all directory files included in a package
The command rpm -ivh webmin-2.000-1.noarch.rpm will only install the package webmin if all dependecies for webmin have already been installed on the Linux system
in Redhat Linux, rpm is a command used to install packages and .rpm is the file extension of packages that can be installed with rpm command
Both rpm and dpkg package manager can be used in Redhat based linux distributions
The command rpm -ivh webmin-2.000-1.noarch.rpm will interrupt the vehemently, the running of any package named webmin
Question 15(1 point)
To uninstall a software using yum, you would use the command yum remove PACKAGENAME
Question 15 options:
True
False
Question 16(1 point)
The history undo option reverses a yum transaction.
Question 16 options:
True
False
Question 17(1 point)
To uninstall a software using rpm, you would use the command sudo rpm -uiv PACKAGENAME
Question 17 options:
True
False

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!