All Posts

ComptiA Cloud+ 2023 Questions and answer - Part 11

Mary Mary Smith
03 Mar 2023
1 min
0

1. Which of the following commands to update the linker cache libraries?

A) lddconfig
B) soconfig
C) mkldconfig
D) ldconfig
E) mkcache


2. Which of the following environment variables overrides or extends the list of directories holding libraries?

A) LD_SHARE_PATH
B) LD_LOAD_PATH
C) LD_LIBRARY_PATH
D) LD_RUN_PATH
E) LD_LIB_PATH


3. Which of the following commands can be downloaded RPM package kernel without installing it?

A) rpm --download core --package
B) None
C) Yum download --no install the kernel
D) yumdownloader core
E) rpmdownload core


4. Which of the following commands to show a specific definition of the command interpreter?

A) case
B) type
C) where
D) stat
E) None


5. Which of the following commands lists all packages currently installed in an RPM package management?

A) rpm --list --installed
B) None
C) yum --query --All
D) yum list --installed
E) rpm --query --Action


1. Right Answer: D
Explanation:

2. Right Answer: C
Explanation:

3. Right Answer: D
Explanation:

4. Right Answer: B
Explanation:

5. Right Answer: E
Explanation:

0 Comments
Leave a comment