Which of the following commands lists the dependencies of the RPM package file foo.rpm?
Which of the following commands lists the dependencies of the RPM package file foo.rpm?A . rpm CqpR foo.rpmB . rpm Cdep fooC . rpm Cld foo.rpmD . rpm CR foo.rpmE . rpm CpD fooView AnswerAnswer: A
Which is the default percentage of reserved space for the root user on new ext4 filesystems?
Which is the default percentage of reserved space for the root user on new ext4 filesystems?A . 10%B . 3%C . 15%D . 0%E . 5%View AnswerAnswer: E
What is true regarding the configuration of yum? (Choose two.)
What is true regarding the configuration of yum? (Choose two.)A . Changes to the repository configuration become active after running yum confupdateB . Changes to the yum configuration become active after restarting the yumd serviceC . The configuration of package repositories can be divided into multiple filesD . Repository configurations...
Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?
The command dbmaint & was used to run dbmaintin the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?A . job Cb dmaintB . dbmaint &>/dev/pts/nullC . nohup dbmaint &D...
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel?
FILL BLANK Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)View AnswerAnswer: cmdline
Which chown command changes the ownership to dave and the group to staff on a file named data.txt?
Which chown command changes the ownership to dave and the group to staff on a file named data.txt?A . chown dave/staff data.txtB . chown Cu dave Cg staff data.txtC . chown --user dave --group staff data.txtD . chown dave+staff data.txtE . chown dave:staff data.txtView AnswerAnswer: E
In compliance with the FHS, in which of the directories are man pages found?
In compliance with the FHS, in which of the directories are man pages found?A . /opt/man/B . /usr/doc/C . /usr/share/man/D . /var/pkg/manE . /var/man/View AnswerAnswer: C
Which command displays the current disk space usage for all mounted file systems?
FILL BLANK Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)View AnswerAnswer: du
What does the command mount --bind do?
What does the command mount --bind do?A . It makes the contents of one directory available in another directoryB . It mounts all available filesystems to the current directoryC . It mounts all user mountable filesystems to the user’s home directoryD . It mounts all file systems listed in /etc/fstab...
Which of the following is true when a file system, which is neither listed in /etc/fstabnor known to system, is mounted manually?
Which of the following is true when a file system, which is neither listed in /etc/fstabnor known to system, is mounted manually?A . systemd ignores any manual mounts which are not done using the systemctl mountcommandB . The command systemctl mountsynccan be used to create a mount unit based on...