In the following output, what percentage of time was the CPU waiting for pending I/O? # vmstat 1 100 procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0 0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0 0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0
A. 0
B. 100
C. 35.9
D. 57.7
E. 36.6
Which of the following tools are used to measure memory usage? (Choose THREE correct answers.)
A. mpstat
B. pstree
C. sar
D. top
E. vmstat
Which of the following commands will provide the PIDs of the processes sorted by which are using the most CPU cycles on the Linux system?
A. top
B. uptime
C. ps aux
D. vmstat
E. freemem
How can the kernel parameter for the maximum size of the shared memory segment (shmmax) be changed to 2GB (2147483648 Bytes) on a running system? (Choose TWO correct answers.)
A. Edit /etc/shmmax and set the parameter to 2147483648.
B. sysctl shmmax=2147483648
C. sysctl kernel.shmmax=2147483648
D. echo 2147483648 > /proc/sys/kernel/shmmax
E. export kernel.shmmax=2147483648
What command is used to make an exact copy, at a single point in time, of a logical volume for backup purposes?
A. lvsnap
B. lvsnapshot
C. lvcreate
D. lvcopy
E. lvclone
A system has one hard disk and one CD writer which are both connected to SATA controllers. Which device represents the CD writer?
A. /dev/hdb
B. /dev/sdd
C. /dev/scd1
D. /dev/sr0
E. /dev/sr1
Which one of these directories should not be backed up?
A. /backup
B. /etc
C. /opt
D. /proc
E. /var/log
On a Linux node with multiple active networks interfaces, each having a default route to the Internet, which default route is preferred?
A. The default route with the highest metric value
B. The default route with the highest MTU value
C. The default route with the lowest TTL value
D. The default route with the highest TTL value
E. The default route with the lowest metric value
What effect does the -f option to the update-rc.d command have on files in the /etc/rcX.d/ and /etc/init.d/ directories?
A. It will force the removal of the symlinks in /etc/rcX.d/ even when the links are read only
B. It will remove both the symlinks in /etc/rcX.d/ and the init script in /etc/init.d/
C. It will remove the init script in /etc/init.d/ and the symlinks in /etc/rcX.d/ and update the package information of installed files
D. It will force the removal of symlinks in /etc/rcX.d/ even if the corresponding init script still exists in /etc/ init.d/
Which command turns an existing ext2 filesystem non-destructively into an ext3 filesystem? (Specify ONLY the command without any path or parameters.)