Topic 2, Linux Installation and Package Management
Which of the following commands can be used to download the RPM package kernel without installing it?
A.
yum download --no-install kernel
B.
yumdownloader kernel
C.
rpm --download --package kernel
D.
rpmdownload kernel
yumdownloader kernel
Which function key is used to start Safe Mode in Windows NT?
A.
F10
B.
F8
C.
F6
D.
Windows NT does not support Safe Mode
Windows NT does not support Safe Mode
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
Answer: reconfigure
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
A.
To create RAID 9 arrays.
B.
To dynamically change the size of logical volumes.
C.
To encrypt logical volumes.
D.
To create snapshots.
E.
To dynamically create or delete logical volumes.
To dynamically change the size of logical volumes.
To create snapshots.
To dynamically create or delete logical volumes.
Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
A.
<<
B.
<|
C.
!<
D.
&<
<<
Explanation:
QUESTIONNO: 16
Which of the following commands will NOT update the modify timestamp on the file
/tmp/myfile.txt?
A. file /tmp/myfile.txt
B. echo "Hello" >/tmp/myfile.txt
C. sed -ie "s/1/2/" /tmp/myfile.txt
D. echo -n "Hello" >>/tmp/myfile.txt
E. touch/tmp/myfile.txt
Answer: A
Page 11 out of 49 Pages |
Previous |