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. vgcreate-p 10g-n/dev/vg01/big-app
B. vgcreate -l 2560 /dev/vg0 1/big-app
C. vg01/big-app mklvm -v 10240 -n /dev/
D. lvcreate -v 10240 /dev/ vg01/big-app
E. lvcreate -l 2560 vg01 -n big-app
Which command would you use to apply a diff file to an original?
A. patch > diff-file
B. patch < diff-file
C. patch << diff-file
D. cat diff-file >> kernel
E. cat diff-file << kernel
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 -J -T -r -o backup.iso /home/joe
C. mkisofs -D -T -o backup.iso /home/joe
D. mkisofs -j -T -o backup.iso /home/joe
E. mkisofs -d -T -o backup.iso /home/joe
A network client has an ethernet interface configured with an IP address in the subnet 192.168.0.0/24. This subnet has a router, with the IP address 192.168.0.l, that connects this subnet to the Internet. What needs to be done on the client to enable it to use the router as its default gateway?
A. Run route add default gw 192.168.0.1 ethl.
B. Run route add gw 192.168.0.1 ethl.
C. Run ifconfig eth0 defaultroute 192.168.0.1.
D. Add "defaultroute 192.168.0.l" to /etc/resolv.conf.
E. Run route add defaultgw=192.168.0.1 if=eth0.
What needs to be done to enable 32 bit I/O transfer mode for (E)IDE disks, on a system running a 2.4 series Linux kernel?
A. The Linux kernel must be recompiled.
B. The sysctl utility must be used.
C. The hdparm utility must be used.
D. This feature isn't supported in 2.4 series kernels.
E. This feature is enabled by default in 2.4 series kernels
Which command, with options, could be used to change an ext2 file system on /dev/hdal to an ext3 file system?
A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target will only update the configuration file for the new kernel version? (Please enter only the make target.)
How can the label root be added to the ext2 file-system on /dev/sdal? Please enter the command with all parameter(s) and/or option(s):
What is the location of the main udev configuration file? (Specify the full path and filename)