Sie sind auf Seite 1von 10

QUESTION 1

What is the minimum number of disks required in a RAID5 array?


A.
2

B.
3

C.
4

D.
5

E.
1

QUESTION 2
A server has three disks of 80GB each and must manage a database with 4 million
records
of 30KB each. The best configuration for this server, with the criteria being
performance,
configurability and flexibility, is:
A.
Use just LVM

B.
Use RAID1 over LVM

C.
Use LVM over RAID5

D.
Use LVM over RAID1

QUESTION 3
The correct command sequence to create logical volumes on a Linux system is:
A.
lvcreate, pvcreate, vgcreate, mount, mke2fs

B.
pvcreate, lvcreate, vgcreate, mount, mke2fs

C.
mke2fs, pvcreate, vgcreate, lvcreate, mount

D.
pvcreate, vgcreate, lvcreate, mke2fs, mount

E.
vgcreate, lvcreate, pvcreate, mount, mke2fs

QUESTION 4
What is the usable disk space of a RAID 5 array of five 18GB drives with one drive
dedicated as a spare?
A.
18GB

B.
36GB

C.
54GB

D.
72GB

E.
90GB

QUESTION 5
You decide to use the logical volume manager (LVM) to manage four 4GB disk drives.
After
creating the volume group, how would you create a 10GB logical volume called big-
app?
A.
lvcreate -v 10240 /dev/vg01/big-app

B.
mklvm -v 10240 -n /dev/vg01/big-app

C.
vgcreate -l 2560 /dev/vg01/big-app

D.
vgcreate -p 10g -n /dev/vg01/big-app

E.
lvcreate -l 2560 vg01 -n big-app

QUESTION 6
What is the purpose of vgextend?
A.
Extend a volume groups footprint on disk

B.
Add physical volumes to a volume group

C.
Increase the number of days between scheduled error checking

D.
Create a volume group which uses all available space on disk

QUESTION 7
Which RAID level provides the most redundancy?
A.
RAID0

B.
RAID4

C.
RAID5

D.
RAID1
QUESTION 8
Which pseudo-file contains information on the status of software RAID devices?
A.
/proc/raid/status

B.
/proc/mdstat

C.
/proc/raidstatus

D.
/proc/raidstat

E.
/proc/mdstatus

QUESTION 9
What information does the file modules.dep provide?
A.
A list of all modules available to the kernel.

B.
A list of modules required by each module.

C.
A list of devices and their module name.

D.
A list of modules compiled for this kernel.

E.
A list of modules the kernel needs to run.

QUESTION 10
Before compiling a new kernel, what needs to be done?
A.
Configure the kernel options

B.
All of the above

C.
Delete old kernel sources

D.
Compile kernel modules

E.
Change to runlevel 1

QUESTION 11
On a system with separate partitions for /, /usr, /var, /tmp, which filesystem[s]
can safely be
mounted readonly?
A.
/var, /usr

B.
/var

C.
/usr, /, /tmp

D.
/usr

E.
/tmp

QUESTION 12
Which of the following best describes the format of the /etc/fstab file?
A.
device name; mount point; mount options; filesystem type; dump filessystem; fsck
order

B.
device name; filesystem type; mount point; mount options; dump filesystem; fsck
order

C.
mount point; filesystem type; device name; mount options; dump filesystem; fsck
order

D.
device name; mount point; filesystem type; mount options; dump filesystem; fsck
order

E.
mount point; device name; filesystem type; mount options; dump filesystem; fsck
order

QUESTION 13
Which of the following is a valid location in the automount configuration, when a
Windows
share needs to be made available to the system?
A.
//server/sharename

B.
server:/sharename

C.
server/sharename

D.
\\\\server\\sharename

E.
\\server\sharename

QUESTION 14
What script is included with the kernel source to patch a kernel?
A.
update-kernel

B.
patch
C.
patch-kernel

D.
apply-patch

QUESTION 15
Which command would you use to apply a diff file to an original?
A.
cat diff-file << kernel

B.
cat diff-file >> kernel

C.
patch > diff-file

D.
patch < diff-file

E.
patch << diff-file

QUESTION 16
One of the IDE hard drives in a server is transferring data very slowly. What
command must
be run to enable DMA on it?
A.
hdparm -d /dev/hda

B.
hdparm dma /dev/hda

C.
hdparm dma /dev/hda1

D.
hdparm -d /dev/hda1

E.
hdparm -d1 /dev/hda

QUESTION 17
What happens when the Linux kernel cant mount the root filesystem when booting?
A.
An error message is shown and the system reboots after a keypress.

B.
An error message is shown, stating that the corresponding kernel module couldnt be
loaded.

C.
An error message is shown and the system boots in maintenance mode.

D.
An error message is shown, showing which device couldnt be mounted or informing
that
init couldnt be found.
E.
An error message is shown and the administrator is asked to specify a valid root
filesystem to continue the boot process.

QUESTION 18
You have written a little startup script (/usr/local/bin/startup.sh) that should
automatically
execute when entering runlevel 3. According to the standards, how can this best be
achieved?
A.
chmod 700 /usr/local/bin/startup.sh; cd/etc/init.d/rc3.d/; ln -s
/user/local/bin/startup.sh

B.
chmod 700 /usr/local/bin/startup.sh; cd/etc/init.d/rc3.d/; ln -s
/usr/local/bin/startup.sh
S99startup.sh

C.
chmod 700 /usr/local/bin/startup.sh; cd/etc/init.d/rc3.d/; ln
/user/local/bin/startup.sh

D.
chmod 700 /usr/local/bin/startup.sh; cd/etc/init.d/rc3.d/; ln -s
/user/local/bin/startup.sh
/usr/locl/bin/startup.sh

E.
chmod 700 /usr/local/bin/startup.sh; cp /user/local/bin/startup.sh
/etc/init.d/rc3.d/S99Startup.sh

QUESTION 19
What command is used to create an ISO9660 filesystem that can be properly accessed
from a Windows 95/98 machine?
A.
mkisofs -l -o backup.iso /home/joe

B.
mkisofs -d -T -o backup.iso /home/joe

C.
mkisofs -j -T -o backup.iso /home/joe

D.
mkisofs -D -T -o backup.iso /home/joe

E.
mkisofs -J -T -r -o backup.iso /home/joe

QUESTION 20
In order to find all library dependencies of /usr/bin/foo, which of the following
statement is
true?
A.
Running ldconfig against /usr/bin/foo will show the required libraries

B.
Running ldd against /usr/bin/foo will show the required libraries
C.
Its necessary to compile the program again to check the library dependencies of
foo.

D.
The ls -la command has to be run in the /usr/bin directory, to show all library
dependencies of foo.

E.
Library dependencies are shown in the /usr/lib directory.

QUESTION 21
QUESTION 22
QUESTION 23
QUESTION 24
QUESTION 25
QUESTION 26
QUESTION 27
QUESTION 28
QUESTION 29
QUESTION 30
QUESTION 31
QUESTION 32
QUESTION 33
QUESTION 34
QUESTION 35
QUESTION 36
QUESTION 37
QUESTION 38
QUESTION 39
QUESTION 40
QUESTION 41
QUESTION 42
QUESTION 43
QUESTION 44
QUESTION 45
QUESTION 46
QUESTION 47
QUESTION 48
QUESTION 49
QUESTION 50
QUESTION 51
QUESTION 52
QUESTION 53
QUESTION 54
QUESTION 55
QUESTION 56
QUESTION 57
QUESTION 58
QUESTION 59
QUESTION 60
QUESTION 61
QUESTION 62
QUESTION 63
QUESTION 64
QUESTION 65
QUESTION 66
QUESTION 67
QUESTION 68
QUESTION 69
QUESTION 70
QUESTION 71
QUESTION 72
QUESTION 73
QUESTION 74
QUESTION 75
QUESTION 76
QUESTION 77
QUESTION 78
QUESTION 79
QUESTION 80
QUESTION 81
QUESTION 82
QUESTION 83
QUESTION 84
QUESTION 85
QUESTION 86
QUESTION 87
QUESTION 88
QUESTION 89
QUESTION 90
QUESTION 91
QUESTION 92
QUESTION 93
QUESTION 94
QUESTION 95
QUESTION 96
QUESTION 97
QUESTION 98
QUESTION 99
QUESTION 100
QUESTION 101
QUESTION 102
QUESTION 103
QUESTION 104
QUESTION 105
QUESTION 106
QUESTION 107
QUESTION 108
QUESTION 109
QUESTION 110
QUESTION 111
QUESTION 112
QUESTION 113
QUESTION 114
QUESTION 115
QUESTION 116
QUESTION 117
QUESTION 118
QUESTION 119
QUESTION 120
QUESTION 121
QUESTION 122
QUESTION 123
QUESTION 124
QUESTION 125
QUESTION 126
QUESTION 127
QUESTION 128
QUESTION 129
QUESTION 130
QUESTION 131
QUESTION 132
QUESTION 133
QUESTION 134
QUESTION 135
QUESTION 136
QUESTION 137
QUESTION 138
QUESTION 139
QUESTION 140
QUESTION 141
QUESTION 142
QUESTION 143
QUESTION 144
QUESTION 145
QUESTION 146
QUESTION 147
QUESTION 148
QUESTION 149
QUESTION 150
QUESTION 151
QUESTION 152
QUESTION 153
QUESTION 154
QUESTION 155
QUESTION 156
QUESTION 157
QUESTION 158
QUESTION 159
QUESTION 160
QUESTION 161
QUESTION 162
QUESTION 163
QUESTION 164
QUESTION 165
QUESTION 166
QUESTION 167
QUESTION 168
QUESTION 169
QUESTION 170
QUESTION 171
QUESTION 172
QUESTION 173
QUESTION 174
QUESTION 175
QUESTION 176
QUESTION 177
QUESTION 178
QUESTION 179
QUESTION 180
QUESTION 181
QUESTION 182
QUESTION 183
QUESTION 184
QUESTION 185
QUESTION 186
QUESTION 187
QUESTION 188
QUESTION 189
QUESTION 190
QUESTION 191
QUESTION 192
QUESTION 193
QUESTION 194
QUESTION 195
QUESTION 196
QUESTION 197
QUESTION 198
QUESTION 199
QUESTION 200

Das könnte Ihnen auch gefallen