Linux+ Flash Cards

Download as pdf or txt
Download as pdf or txt
You are on page 1of 64

Question:

Which commands are used to enable and disable the quota for a user?
Answer:
the quotaon and quotaoff commands
Question:
What is the purpose of the noaut parameter with used with the mount command?
Answer:
It prevents the device or file system from being mounted automatically when the system boots.
Question:
Which command displays the disk space usage for mounted file systems?
Answer:
the df command
Question:
Which file system uses the hexadecimal partition code 83?
Answer:
a Linux native file system partition
Question:
Which command is used to mount a file system?
Answer:
the mount command
Question:
Which command changes the ownership of a directory but not the permissions of the directory?
Answer:
the chown command
Item: 1 (Ref:Cert-LX0-101.FLASH.4.1.33)
Devices, Linux Filesystems, Filesystem Hierarchy Standard
Item: 3 (Ref:Cert-LX0-101.FLASH.4.1.27)
Item: 5 (Ref:Cert-LX0-101.FLASH.4.1.58)
Item: 6 (Ref:Cert-LX0-101.FLASH.4.1.14)
Item: 21 (Ref:Cert-LX0-101.FLASH.4.1.29)
Item: 26 (Ref:Cert-LX0-101.FLASH.4.1.50)
Page 1 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command should be issued to unmount and eject the CD-ROM from the CD-ROM drive?
Answer:
the umount /mnt/cdrom command
Question:
Which command reports the quota information and disk usage on the file system?
Answer:
the repquota command
Question:
What will be the outcome of issuing the mkswap -c command?
Answer:
A swap partition will be created, and it will be checked for bad blocks.
Question:
How will you know whether a directory has a sticky bit enabled?
Answer:
The permission string of the directory will end with a t character, such as drwxrwxrwt.
Question:
Which two xfs commands will return information on the filesystem geometry?
Answer:
the xfs_growfs -n and xfs_info commands
Question:
What is the function of the edquota command?
Answer:
to manipulate the disk space quota for a user
Item: 34 (Ref:Cert-LX0-101.FLASH.4.1.26)
Item: 36 (Ref:Cert-LX0-101.FLASH.4.1.65)
Item: 49 (Ref:Cert-LX0-101.FLASH.4.1.7)
Item: 57 (Ref:Cert-LX0-101.FLASH.4.1.45)
Item: 59 (Ref:Cert-LX0-101.FLASH.4.1.61)
Item: 67 (Ref:Cert-LX0-101.FLASH.4.1.34)
Page 2 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What will the find command do if you issue the find / -perm 4000 >> /var/log/ command daily?
Answer:
The command will search for files in the / directory that have the Set User Identifier (SUID) permission, and will
append the output in the /var/log/ file on a daily basis.
Question:
Which command is used to mount a Samba file system?
Answer:
the smbmount command
Question:
Which symbolic parameter can be used with the chmod command to grant the execute permission to the other
users on a file?
Answer:
the o+x symbolic parameter
Question:
Which command stores critical ext2 file system data in a file?
Answer:
the e2image command
Question:
Which partition type code is represented by 0x83?
Answer:
a file system partition
Question:
Which command can the administrator use to create a Linux extended partition on a disk?
Answer:
the fdisk command
Item: 68 (Ref:Cert-LX0-101.FLASH.4.1.53)
Item: 82 (Ref:Cert-LX0-101.FLASH.4.1.24)
Item: 86 (Ref:Cert-LX0-101.FLASH.4.1.41)
Item: 88 (Ref:Cert-LX0-101.FLASH.4.1.11)
Item: 94 (Ref:Cert-LX0-101.FLASH.4.1.13)
Item: 99 (Ref:Cert-LX0-101.FLASH.4.1.2)
Page 3 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command can be used to enable the sticky bit on the /home/user/userdata directory without changing the
directory permissions?
Answer:
the chmod o+t /home/user/userdata command
Question:
Which command is used to check the Linux second extended (ext2) file system?
Answer:
the e2fsck command
Question:
Which Linux command lists the partition table?
Answer:
the fdisk -l command
Question:
How can an administrator ensure that a Linux second extended (ext2) file system that was improperly shut down
is error free?
Answer:
by issuing the e2fsck command
Question:
What is the name of the share that is mounted in the smbmount //logger/log /logdata -o
username=loguser, password=logpwd command?
Answer:
The name of the share is log.
Question:
Which command is used to display the current and total disk space used by a user?
Answer:
Item: 115 (Ref:Cert-LX0-101.FLASH.4.1.38)
Item: 124 (Ref:Cert-LX0-101.FLASH.4.1.12)
Item: 127 (Ref:Cert-LX0-101.FLASH.4.1.1)
Item: 130 (Ref:Cert-LX0-101.FLASH.4.1.16)
Item: 132 (Ref:Cert-LX0-101.FLASH.4.1.23)
Item: 147 (Ref:Cert-LX0-101.FLASH.4.1.35)
Page 4 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the quota command
Question:
Which parameter is used with the smbmount command to provide the username and password of the user who
mounts the share?
Answer:
the -o parameter
Question:
Which filesystem should you use to create a CD that can be read by all computer types?
Answer:
the ISO 9660 filesystem
Question:
Which file stores information on the mounted devices and disk partitions?
Answer:
the /etc/mtab file
Question:
Which Windows file system available with Linux is read-only?
Answer:
New Technology File System (NTFS)
Question:
What is the function of the fdisk command?
Answer:
to partition a hard disk into logical partitions
Question:
Which journaling filesystems are available in Linux?
Answer:
Item: 151 (Ref:Cert-LX0-101.FLASH.4.1.22)
Item: 155 (Ref:Cert-LX0-101.FLASH.4.1.55)
Item: 158 (Ref:Cert-LX0-101.FLASH.4.1.64)
Item: 167 (Ref:Cert-LX0-101.FLASH.4.1.10)
Item: 168 (Ref:Cert-LX0-101.FLASH.4.1.4)
Item: 171 (Ref:Cert-LX0-101.FLASH.4.1.54)
Page 5 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
third extended (ext3) filesystem
Reiser filesystem (reiserfs)
Veritas filesystem (vxfs)
Question:
Which option is used with the tune2fs command to add an ext3 journal to an ext2 file system?
Answer:
the -j parameter
Question:
Which file should you edit to configure user disk quotas on your Linux server?
Answer:
the /etc/fstab file
Question:
Which program creates a Linux second extended (ext2) file system?
Answer:
the mke2fs command
Question:
Which parameter of the mount command specifies the options that apply to the file system being mounted?
Answer:
the -o parameter
Question:
Which symbolic parameter should be used with the chmod command to change the permission string of a file
from -rw-r--r-- to -rwx-r--r--?
Answer:
the u+x symbolic parameter
Question:
Item: 177 (Ref:Cert-LX0-101.FLASH.4.1.18)
Item: 186 (Ref:Cert-LX0-101.FLASH.4.1.66)
Item: 195 (Ref:Cert-LX0-101.FLASH.4.1.8)
Item: 203 (Ref:Cert-LX0-101.FLASH.4.1.30)
Item: 206 (Ref:Cert-LX0-101.FLASH.4.1.40)
Item: 207 (Ref:Cert-LX0-101.FLASH.4.1.49)
Page 6 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which command changes the owner of a file?
Answer:
the chown command
Question:
Which parameter of the debugfs command should you use to recover from an extensive corruption?
Answer:
the -c parameter
Question:
When you create a symbolic linked file, what is its permission string?
Answer:
A symbolic linked file has the default lrwxrwxrwx permission string.
Question:
Which xfs command copies XFS metadata to a file?
Answer:
the xfs_metadump command
Question:
Which parameter of the mount command is used to remount an already-mounted file system, usually to change
configuration parameters?
Answer:
the remount parameter
Question:
Which parameter should be included in the mount command to specify the file system type to be mounted?
Answer:
the -t parameter
Question:
Item: 210 (Ref:Cert-LX0-101.FLASH.4.1.60)
Item: 214 (Ref:Cert-LX0-101.FLASH.4.1.52)
Item: 218 (Ref:Cert-LX0-101.FLASH.4.1.63)
Item: 226 (Ref:Cert-LX0-101.FLASH.4.1.31)
Item: 228 (Ref:Cert-LX0-101.FLASH.4.1.25)
Item: 231 (Ref:Cert-LX0-101.FLASH.4.1.43)
Page 7 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
What will be the permission string for the myfile.txt file after the chmod 744 myfile.txt command is issued?
Answer:
rwxr--r--
Question:
Which command configures the file and directory creation mask?
Answer:
the umask command
Question:
What are the two parameters that can be used to configure quotas in the /etc/fstab file?
Answer:
the usrquota or grpquota parameters
Question:
Which file system supports access control lists and is the traditional file system used on Linux?
Answer:
the second extended (ext2) file system
Question:
What will be the effect of issuing the chmod u=rw myfile.txt command on the file permissions for the group
users of the myfile.txt file?
Answer:
The permissions for the group users on myfile.txt will remain unchanged.
Question:
Which command is used to convert an ext2 file system to an ext3 file system?
Answer:
the tune2fs command
Question:
Item: 232 (Ref:Cert-LX0-101.FLASH.4.1.69)
Item: 241 (Ref:Cert-LX0-101.FLASH.4.1.67)
Item: 243 (Ref:Cert-LX0-101.FLASH.4.1.9)
Item: 244 (Ref:Cert-LX0-101.FLASH.4.1.42)
Item: 253 (Ref:Cert-LX0-101.FLASH.4.1.19)
Item: 255 (Ref:Cert-LX0-101.FLASH.4.1.59)
Page 8 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which command reports the directory tree size, including all subdirectories and files?
Answer:
the du command
Question:
Which option is used with the mkfs command to specify a file system type?
Answer:
the -t parameter
Question:
What are the valid settings for filesystem types with the mke2fs command?
Answer:
small, floppy, news, largefile, and largefile4
Question:
Which entry in the /etc/exports file will provide read-only access to the myhost host on a Network File System
(NFS) share named /mount/shared?
Answer:
the /mount/shared myhost (ro, root_squash) entry
Question:
Which parameter should be used with the e2fsck command to non-interactively scan a Linux second extended
file system?
Answer:
the -y parameter
Question:
Which command changes the access permissions associated with a file or directory?
Answer:
the chmod command
Item: 271 (Ref:Cert-LX0-101.FLASH.4.1.5)
Item: 275 (Ref:Cert-LX0-101.FLASH.4.1.56)
Item: 276 (Ref:Cert-LX0-101.FLASH.4.1.28)
Item: 286 (Ref:Cert-LX0-101.FLASH.4.1.15)
Item: 288 (Ref:Cert-LX0-101.FLASH.4.1.36)
Item: 295 (Ref:Cert-LX0-101.FLASH.4.1.47)
Page 9 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which parameter of the chmod command change files and directories recursively?
Answer:
the -R or --recursive parameter
Question:
Which command configures Extended ACL permissions for a file?
Answer:
the setfacl command
Question:
Which parameter of the chmod command outputs a diagnostic for every file processed?
Answer:
the -v or --verbose parameter
Question:
Which xfs command is used to expand an existing XFS filesystem?
Answer:
the xfs_growfs command
Question:
Which command can be used to set the nosuid bit for a user?
Answer:
the mount -o command
Question:
Which command can be used to create a Linux swap area or file on a specific device?
Answer:
the mkswap command
Question:
Item: 305 (Ref:Cert-LX0-101.FLASH.4.1.68)
Item: 308 (Ref:Cert-LX0-101.FLASH.4.1.46)
Item: 310 (Ref:Cert-LX0-101.FLASH.4.1.62)
Item: 311 (Ref:Cert-LX0-101.FLASH.4.1.32)
Item: 312 (Ref:Cert-LX0-101.FLASH.4.1.57)
Item: 326 (Ref:Cert-LX0-101.FLASH.4.1.44)
Page 10 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
What will be the outcome of the chmod o+t /mydirectory command?
Answer:
The sticky bit will be enabled on the /mydirectory directory.
Question:
What will be the result of issuing the fdisk -l command?
Answer:
A list of partition tables for the devices listed in the /proc/partitions file will be displayed.
Question:
Which parameter of the chmod command is used to set the SUID and SGID permissions for the file specified?
Answer:
the s parameter
Question:
Which command should a Linux administrator use to create a reiserfs partition?
Answer:
the mkfs.reiserfs command
Question:
Which command will enable the user to adjust the file system parameters of a Linux second extended file system?
Answer:
the tune2fs command
Question:
Which option of the chown command makes the command recursive and changes the ownership of the
subdirectories?
Answer:
the -R option
Question:
Item: 339 (Ref:Cert-LX0-101.FLASH.4.1.3)
Item: 343 (Ref:Cert-LX0-101.FLASH.4.1.48)
Item: 347 (Ref:Cert-LX0-101.FLASH.4.1.6)
Item: 348 (Ref:Cert-LX0-101.FLASH.4.1.20)
Item: 358 (Ref:Cert-LX0-101.FLASH.4.1.51)
Item: 362 (Ref:Cert-LX0-101.FLASH.4.1.39)
Page 11 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which command will enable a sticky bit on a directory named /home/usr/shared, and grant the read, write, and
execute permissions to all the users of the /home/usr/shared directory?
Answer:
the chmod 1777 /home/usr/shared command
Question:
After the synchronization of the RAID arrays, which command checks and fixes the file system?
Answer:
the fsck command
Question:
Which command ensures that only the owner and the owner's group have read, write, and execute permissions to
the data directory?
Answer:
chmod 770 data
Question:
Which information does the /etc/fstab file store?
Answer:
file system mounting information
Question:
Which command is used to find text within a file?
Answer:
the grep command
Question:
Which command is used to view the values of all the shell and environment variables?
Answer:
the set command
Item: 367 (Ref:Cert-LX0-101.FLASH.4.1.17)
Item: 376 (Ref:Cert-LX0-101.FLASH.4.1.37)
Item: 381 (Ref:Cert-LX0-101.FLASH.4.1.21)
Item: 2 (Ref:Cert-LX0-101.FLASH.3.1.79)
GNU and Unix Commands
Item: 7 (Ref:Cert-LX0-101.FLASH.3.1.4)
Item: 10 (Ref:Cert-LX0-101.FLASH.3.1.83)
Page 12 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which hexdump parameter should you use to display a file in a one-byte character format?
Answer:
-c
Question:
Which parameter should be used with the find command to restrict the search to regular files?
Answer:
the -type f parameter
Question:
Which command is used to arrange the contents of a file in alphabetical order?
Answer:
the sort command
Question:
Which command should you use to display the contents of a non-ASCII file?
Answer:
the od command
Question:
Which key combination should you use to move down half a screen in the vi editor?
Answer:
the Ctrl+D key combination
Question:
Which option of the mv command will prompt you for permission before overwriting any files?
Answer:
the -i option
Item: 11 (Ref:Cert-LX0-101.FLASH.3.1.33)
Item: 12 (Ref:Cert-LX0-101.FLASH.3.1.22)
Item: 13 (Ref:Cert-LX0-101.FLASH.3.1.103)
Item: 15 (Ref:Cert-LX0-101.FLASH.3.1.147)
Item: 16 (Ref:Cert-LX0-101.FLASH.3.1.112)
Item: 19 (Ref:Cert-LX0-101.FLASH.3.1.42)
Page 13 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What will be the outcome of issuing the info ls command?
Answer:
The entire Info documentation of the ls command will be displayed.
Question:
If the parent directories do not exist, which parameter should be used with the mkdir command to create parent
directories of a directory?
Answer:
the -p or --parents parameter
Question:
What will be displayed on the console after a user issues the ps -A command?
Answer:
all the processes running in the system
Question:
What element cannot be modified using the touch command?
Answer:
the creation time of the file
Question:
Which parameter(s) is used with the head command to print a specific number of lines from the beginning of a
file?
Answer:
the -n or the --lines= parameters
Question:
Which key combination should you use to scroll up one line at a time in the vi editor?
Answer:
the Ctrl+Y key combination
Item: 24 (Ref:Cert-LX0-101.FLASH.3.1.36)
Item: 27 (Ref:Cert-LX0-101.FLASH.3.1.70)
Item: 28 (Ref:Cert-LX0-101.FLASH.3.1.48)
Item: 30 (Ref:Cert-LX0-101.FLASH.3.1.16)
Item: 37 (Ref:Cert-LX0-101.FLASH.3.1.150)
Item: 39 (Ref:Cert-LX0-101.FLASH.3.1.9)
Page 14 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which environment variable sets the value of the default BASH prompt?
Answer:
the PS1 variable
Question:
Which hexdump parameter should you use to display a file in a one-byte octal format?
Answer:
-b
Question:
Which operator is used to issue a shell command without closing the file that is currently open in the vi editor?
Answer:
the exclamation point (!) operator
Question:
Which lines from a file does the head command print on the console by default?
Answer:
the first 10 lines
Question:
Which three Linux utilities can be used to take the backup of a file system directory?
Answer:
the tape archive (tar) utility, the copy in/out (cpio) utility, and the dump/restore (dump and restore) utilities
Question:
Which command is used to check the amount of disk space that is free on the file systems?
Answer:
the df command
Item: 41 (Ref:Cert-LX0-101.FLASH.3.1.82)
Item: 43 (Ref:Cert-LX0-101.FLASH.3.1.80)
Item: 44 (Ref:Cert-LX0-101.FLASH.3.1.17)
Item: 45 (Ref:Cert-LX0-101.FLASH.3.1.51)
Item: 48 (Ref:Cert-LX0-101.FLASH.3.1.120)
Item: 52 (Ref:Cert-LX0-101.FLASH.3.1.23)
Page 15 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What is the default number of lines displayed by the tail command?
Answer:
10 lines
Question:
Which command should you use to move the cursor up one line in the vi editor?
Answer:
the k command
Question:
Which command is used to change the modification and last access time of a file?
Answer:
the touch command
Question:
When you have suspended a process, which command will cause the process to run in the foreground?
Answer:
the fg command
Question:
Which data does the HOME environment variable store?
Answer:
the path to a user's home directory
Question:
Which command should you use to copy a certain number of characters into the buffer in the vi editor?
Answer:
the yl command
Question:
Item: 53 (Ref:Cert-LX0-101.FLASH.3.1.157)
Item: 58 (Ref:Cert-LX0-101.FLASH.3.1.47)
Item: 64 (Ref:Cert-LX0-101.FLASH.3.1.129)
Item: 69 (Ref:Cert-LX0-101.FLASH.3.1.7)
Item: 70 (Ref:Cert-LX0-101.FLASH.3.1.155)
Item: 71 (Ref:Cert-LX0-101.FLASH.3.1.145)
Page 16 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which command should you use to delete from the cursor to the end of the word in the vi editor?
Answer:
the dw command
Question:
Which command should a user issue to view the status of the ongoing processes in a Linux system?
Answer:
the ps command
Question:
Which parameter is used with the bzip2 command to decompress the specified files?
Answer:
the -d or --decompress parameter
Question:
What are the three modes in the vi editor?
Answer:
command (or normal) mode, ex mode, and insert (or edit) mode
Question:
Which command should you use to combine the contents of three files into a single file?
Answer:
the cat command
Question:
Which parameters should be used with the tar command to uncompress an archive using the compress utility?
Answer:
the -Zx parameters
Question:
What is the definition of the BASH shell?
Item: 72 (Ref:Cert-LX0-101.FLASH.3.1.72)
Item: 73 (Ref:Cert-LX0-101.FLASH.3.1.55)
Item: 75 (Ref:Cert-LX0-101.FLASH.3.1.151)
Item: 76 (Ref:Cert-LX0-101.FLASH.3.1.98)
Item: 80 (Ref:Cert-LX0-101.FLASH.3.1.50)
Item: 81 (Ref:Cert-LX0-101.FLASH.3.1.18)
Page 17 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the default Linux command-line interface
Question:
What are the three common compression utilities in Linux?
Answer:
the compress, gzip, and bzip2 utilities
Question:
Which command is used to create an image of a boot disk for duplication?
Answer:
the dd command
Question:
Which command is used to display the process status and information for a selection of active processes?
Answer:
the ps command
Question:
Which file descriptor is used for Standard Output?
Answer:
1
Question:
What is the primary function of the mkdir command?
Answer:
to create directories
Question:
What is the default priority if a command runs alone without using the nice command?
Answer:
Item: 84 (Ref:Cert-LX0-101.FLASH.3.1.54)
Item: 89 (Ref:Cert-LX0-101.FLASH.3.1.119)
Item: 90 (Ref:Cert-LX0-101.FLASH.3.1.68)
Item: 91 (Ref:Cert-LX0-101.FLASH.3.1.59)
Item: 92 (Ref:Cert-LX0-101.FLASH.3.1.37)
Item: 93 (Ref:Cert-LX0-101.FLASH.3.1.141)
Page 18 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
0
Question:
Which command can be issued to perform the same function as the bash -r command?
Answer:
the rbash command
Question:
Which command can be used to display the value of a variable named myvariable contained in a shell script?
Answer:
the echo $myvariable command
Question:
Which command should you use to divide a file into two or more files?
Answer:
the split command
Question:
Which command should you use to replace all instances of the string Bob with the string Robert in a file named
memo.txt?
Answer:
the sed -i 's/Bob/Robert/g' memo.txt command
Question:
Which parameter of the find command checks the file permissions?
Answer:
the -perm parameter
Question:
Which redirection operator is used to append or add the error messages to a file that already contains data?
Answer:
Item: 95 (Ref:Cert-LX0-101.FLASH.3.1.95)
Item: 97 (Ref:Cert-LX0-101.FLASH.3.1.1)
Item: 98 (Ref:Cert-LX0-101.FLASH.3.1.109)
Item: 100 (Ref:Cert-LX0-101.FLASH.3.1.104)
Item: 103 (Ref:Cert-LX0-101.FLASH.3.1.31)
Item: 104 (Ref:Cert-LX0-101.FLASH.3.1.58)
Page 19 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the >> redirection operator
Question:
What is the function of the export command?
Answer:
to make the value of a variable available across various subshells
Question:
What will the rm -rf mypersonalfiles command do?
Answer:
delete the mypersonalfiles directory and all its content without prompting
Question:
What is the highest process priority on a Linux computer?
Answer:
-20
Question:
What occurs when you use the Ctrl+C sequence during process execution?
Answer:
The current process is killed.
Question:
Which command should you use to obtain the contents of the first and second column from the /etc/passwd file?
Answer:
the cut -d: -f1,2 /etc/passwd command
Question:
Which symbol is prefixed to hide a file or a directory?
Answer:
the period (.)
Item: 105 (Ref:Cert-LX0-101.FLASH.3.1.10)
Item: 107 (Ref:Cert-LX0-101.FLASH.3.1.43)
Item: 109 (Ref:Cert-LX0-101.FLASH.3.1.135)
Item: 111 (Ref:Cert-LX0-101.FLASH.3.1.128)
Item: 112 (Ref:Cert-LX0-101.FLASH.3.1.107)
Item: 113 (Ref:Cert-LX0-101.FLASH.3.1.126)
Page 20 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command should you use to remove duplicate lines from a sorted file while ignoring differences in case
during the process?
Answer:
the uniq -i command
Question:
Which option of the mv command will cause the command to explain any actions it takes?
Answer:
the -v option
Question:
Which hexdump parameter should you use to display a file in a two-byte decimal display?
Answer:
-d
Question:
Which operator is used to redirect the output from a command to a file?
Answer:
the output redirection operator ( >)
Question:
Which command will be used to copy a file named mydocument.dat from the present working directory to
the /home/usr/files directory?
Answer:
the cp mydocument.dat /home/usr/files command
Question:
Which command should you run to confirm each vi process before terminating?
Answer:
Item: 114 (Ref:Cert-LX0-101.FLASH.3.1.102)
Item: 117 (Ref:Cert-LX0-101.FLASH.3.1.114)
Item: 119 (Ref:Cert-LX0-101.FLASH.3.1.84)
Item: 120 (Ref:Cert-LX0-101.FLASH.3.1.60)
Item: 121 (Ref:Cert-LX0-101.FLASH.3.1.27)
Item: 125 (Ref:Cert-LX0-101.FLASH.3.1.134)
Page 21 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the killall -i vi command
Question:
Which variable's value should be set to change the number of entries that can be accommodated in the command
history?
Answer:
the value of the HISTSIZE variable
Question:
Which command is used to end a process by specifying its process ID?
Answer:
the kill command
Question:
Which symbol is an input redirection operator used to pass the contents of a file to a program or a script?
Answer:
the < symbol
Question:
Which command should you use to discover which processes are associated with the current Linux session?
Answer:
the jobs command
Question:
Which command should be issued to display all operating system information about a Linux system, including the
name of the kernel?
Answer:
the uname -a command
Question:
Which commands should you use to immediately terminate process ID 2129?
Item: 126 (Ref:Cert-LX0-101.FLASH.3.1.11)
Item: 128 (Ref:Cert-LX0-101.FLASH.3.1.66)
Item: 129 (Ref:Cert-LX0-101.FLASH.3.1.62)
Item: 134 (Ref:Cert-LX0-101.FLASH.3.1.138)
Item: 135 (Ref:Cert-LX0-101.FLASH.3.1.14)
Item: 136 (Ref:Cert-LX0-101.FLASH.3.1.132)
Page 22 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the kill -9 2129, kill -s KILL 2129, or kill -KILL 2129 commands
Question:
Which command performs similarly to the cat command, except that it reverses the lines of the output?
Answer:
the tac command
Question:
Which operator allows the contents of a file to be used as input for another command?
Answer:
the input redirection operator (<)
Question:
Which command provides a word count, line count, and byte size for a file?
Answer:
the wc command
Question:
Which command should you use to undo the most recent command in the vi editor?
Answer:
the u command
Question:
Which command should you use to delete the character before the cursor in the vi editor?
Answer:
the X command
Question:
Which command can be used to extract and display the lines that match a specific pattern from a file?
Answer:
Item: 137 (Ref:Cert-LX0-101.FLASH.3.1.101)
Item: 138 (Ref:Cert-LX0-101.FLASH.3.1.61)
Item: 140 (Ref:Cert-LX0-101.FLASH.3.1.110)
Item: 142 (Ref:Cert-LX0-101.FLASH.3.1.158)
Item: 143 (Ref:Cert-LX0-101.FLASH.3.1.144)
Item: 144 (Ref:Cert-LX0-101.FLASH.3.1.78)
Page 23 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the grep command
Question:
Assuming that you are logged in to the BASH shell, which file is invoked whenever the shell is exited?
Answer:
the bash_logout file
Question:
Which command is used to view all the files and directories within a directory, including the hidden files and
directories?
Answer:
the ls -al command
Question:
What is the lowest process priority on a Linux computer?
Answer:
19
Question:
While referring to the variable on the BASH system prompt or within a BASH script, which symbol should precede
the name of the user-defined variable or the environment variable?
Answer:
the $ symbol
Question:
Which command should a user issue to search for a file named cache.log in the current directory structure?
Answer:
the find -name cache.log command
Question:
Which command is used to delete files in a Linux system?
Item: 148 (Ref:Cert-LX0-101.FLASH.3.1.21)
Item: 152 (Ref:Cert-LX0-101.FLASH.3.1.40)
Item: 153 (Ref:Cert-LX0-101.FLASH.3.1.136)
Item: 157 (Ref:Cert-LX0-101.FLASH.3.1.3)
Item: 160 (Ref:Cert-LX0-101.FLASH.3.1.30)
Item: 161 (Ref:Cert-LX0-101.FLASH.3.1.45)
Page 24 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the rm command
Question:
Which command will create a directory named /temp with a numeric permission string of 1777?
Answer:
the mkdir -m 1777 /temp command
Question:
Which tar command should be used to archive the contents of the /home/user/tempdata directory in a new file
named tempdata.tar within the current directory?
Answer:
the tar -cf tempdata.tar /home/user/tempdata command
Question:
What happens if the touch command is issued for a file that does not exist?
Answer:
The touch command will create the file.
Question:
Which command should you issue to find all the files and directories in the current directory that have the 1777
permission?
Answer:
the find . -perm 1777 command
Question:
Which command should you use to navigate right one character in the vi editor?
Answer:
the l command
Question:
Item: 162 (Ref:Cert-LX0-101.FLASH.3.1.35)
Item: 169 (Ref:Cert-LX0-101.FLASH.3.1.52)
Item: 173 (Ref:Cert-LX0-101.FLASH.3.1.46)
Item: 174 (Ref:Cert-LX0-101.FLASH.3.1.34)
Item: 175 (Ref:Cert-LX0-101.FLASH.3.1.153)
Item: 176 (Ref:Cert-LX0-101.FLASH.3.1.143)
Page 25 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which command should you use to delete the character at the cursor in the vi editor?
Answer:
the x command
Question:
Which command is used to list the files in the /etc directory in a human readable format?
Answer:
the ls -hl /etc command
Question:
While editing a file in the vi editor, which key should a user press to enter command mode?
Answer:
the Escape (Esc) key
Question:
What are the three modes of the cpio command?
Answer:
Copy-out mode, Copy-in mode, and Copy-pass mode
Question:
Which system variable contains the current TCP/IP hostname of the computer?
Answer:
the $HOSTNAME system variable
Question:
Which command can be used to create the duplicate image of a boot disk?
Answer:
the dd command
Question:
In which direction should the input redirection operator point?
Item: 178 (Ref:Cert-LX0-101.FLASH.3.1.39)
Item: 180 (Ref:Cert-LX0-101.FLASH.3.1.81)
Item: 181 (Ref:Cert-LX0-101.FLASH.3.1.122)
Item: 182 (Ref:Cert-LX0-101.FLASH.3.1.90)
Item: 187 (Ref:Cert-LX0-101.FLASH.3.1.53)
Item: 190 (Ref:Cert-LX0-101.FLASH.3.1.57)
Page 26 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
from the file to the script
Question:
Which parameter of the cpio command to ensure that all files are replaced with the versions from the backup
file?
Answer:
the -u parameter
Question:
In which partition is the hexdump command located?
Answer:
in the /usr/bin partition
Question:
Which parameter of the mkdir command creates the parent directories specified in the directory path if they do
not exist?
Answer:
the -p parameter
Question:
Which command can be used to display the current values of the environment variables?
Answer:
the env command
Question:
Which hexdump parameter should you use to display a file in a two-byte octal format?
Answer:
-o
Question:
Item: 191 (Ref:Cert-LX0-101.FLASH.3.1.121)
Item: 193 (Ref:Cert-LX0-101.FLASH.3.1.86)
Item: 194 (Ref:Cert-LX0-101.FLASH.3.1.116)
Item: 197 (Ref:Cert-LX0-101.FLASH.3.1.5)
Item: 200 (Ref:Cert-LX0-101.FLASH.3.1.85)
Item: 201 (Ref:Cert-LX0-101.FLASH.3.1.125)
Page 27 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which parameter should you use to only discard standard error?
Answer:
the 2> /dev/null parameter
Question:
Which command should be issued to run a system program with a specific scheduling priority?
Answer:
the nice command
Question:
Which system variable contains the current username?
Answer:
the $USER system variable
Question:
Which parameter should be used with the find command to search for symbolic link files in a directory?
Answer:
the -type l parameter
Question:
Which two commands will exit the vi editor while saving the changes you have made to a file?
Answer:
the ZZ or :wq commands
Question:
Which parameter(s) should be used with the rm command to remove a directory along with all its data?
Answer:
the -r, -R, or --recursive parameters
Question:
Which command will cause the process ID of the last background command to be displayed?
Item: 209 (Ref:Cert-LX0-101.FLASH.3.1.73)
Item: 212 (Ref:Cert-LX0-101.FLASH.3.1.88)
Item: 213 (Ref:Cert-LX0-101.FLASH.3.1.29)
Item: 223 (Ref:Cert-LX0-101.FLASH.3.1.156)
Item: 225 (Ref:Cert-LX0-101.FLASH.3.1.44)
Item: 227 (Ref:Cert-LX0-101.FLASH.3.1.87)
Page 28 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the echo $! command
Question:
Which parameter should you use to only discard standard output?
Answer:
the >/dev/null parameter
Question:
Which option of the mv command moves the file only when the source file is newer than the destination file or
when the destination file is missing?
Answer:
the -u option
Question:
Which operator is used to filter and redirect the output of one command to another command?
Answer:
the | operator
Question:
Which command is used to execute a command or subprocess?
Answer:
the exec command
Question:
Which command should a system administrator issue to monitor the last ten lines of a log file?
Answer:
the tail filename command
Question:
What is the default priority assigned when you issue the nice command without specifying the priority?
Item: 233 (Ref:Cert-LX0-101.FLASH.3.1.124)
Item: 234 (Ref:Cert-LX0-101.FLASH.3.1.113)
Item: 237 (Ref:Cert-LX0-101.FLASH.3.1.64)
Item: 239 (Ref:Cert-LX0-101.FLASH.3.1.96)
Item: 246 (Ref:Cert-LX0-101.FLASH.3.1.24)
Item: 249 (Ref:Cert-LX0-101.FLASH.3.1.140)
Page 29 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
10
Question:
Which command is used to list all the contents in a directory?
Answer:
the ls command
Question:
What should you do if you want to automatically start a command in the background?
Answer:
Add the ampersand (&) to the command.
Question:
Which key combination should you use to scroll down one line at a time in the vi editor?
Answer:
the Ctrl+E key combination
Question:
Which command should you use to copy a single line into the buffer in the vi editor?
Answer:
the y command
Question:
Which utility sends the terminate signal to the process specified at the command line?
Answer:
the kill utility
Question:
Which three commands can be issued to view help files for the Linux commands?
Answer:
Item: 254 (Ref:Cert-LX0-101.FLASH.3.1.38)
Item: 256 (Ref:Cert-LX0-101.FLASH.3.1.131)
Item: 258 (Ref:Cert-LX0-101.FLASH.3.1.149)
Item: 259 (Ref:Cert-LX0-101.FLASH.3.1.154)
Item: 261 (Ref:Cert-LX0-101.FLASH.3.1.65)
Item: 262 (Ref:Cert-LX0-101.FLASH.3.1.12)
Page 30 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the man, help, and info commands
Question:
Which command is used to display the value of a variable on the system console?
Answer:
the echo command
Question:
Which command should be used to delete the current line in the vi editor?
Answer:
the dd command
Question:
Which command allows you to change a file's attributes?
Answer:
the chattr command
Question:
What occurs when you use the Ctrl+Z sequence during process execution?
Answer:
The process is suspended.
Question:
What does the BASH acronym denote?
Answer:
Bourne Again Shell
Question:
Which system variable sets the path for a session?
Answer:
the $PATH system variable
Item: 265 (Ref:Cert-LX0-101.FLASH.3.1.2)
Item: 268 (Ref:Cert-LX0-101.FLASH.3.1.142)
Item: 270 (Ref:Cert-LX0-101.FLASH.3.1.118)
Item: 272 (Ref:Cert-LX0-101.FLASH.3.1.127)
Item: 274 (Ref:Cert-LX0-101.FLASH.3.1.20)
Item: 278 (Ref:Cert-LX0-101.FLASH.3.1.91)
Page 31 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which option of the mv command prevents you from being prompted if you want to overwrite the files?
Answer:
the -f option
Question:
Which four commands will allow a process to clean up before termination?
Answer:
the kill 2129, kill -15 2129, kill -s TERM 2129, and kill -TERM 2129 commands
Question:
Which command should the user issue to view details, such as the permission string, size, creation date, and
group name, regarding a file?
Answer:
the ls -al filename command
Question:
Which command is used to display a repetitive update of the status of the ongoing current processes?
Answer:
the top command
Question:
Which command will set the number of entries in the command history to 500?
Answer:
the export HISTSIZE=500 command
Question:
Which command displays all the processes that are currently running?
Answer:
the ps-aux command
Item: 280 (Ref:Cert-LX0-101.FLASH.3.1.111)
Item: 282 (Ref:Cert-LX0-101.FLASH.3.1.133)
Item: 283 (Ref:Cert-LX0-101.FLASH.3.1.41)
Item: 289 (Ref:Cert-LX0-101.FLASH.3.1.75)
Item: 290 (Ref:Cert-LX0-101.FLASH.3.1.94)
Item: 292 (Ref:Cert-LX0-101.FLASH.3.1.69)
Page 32 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which two commands are used to search for files and directories on a file system?
Answer:
the find command and the slocate command
Question:
By default, in which system directory is the find command located?
Answer:
the /usr/bin directory
Question:
Which command changes individual characters within a file?
Answer:
the tr command
Question:
Which command should be issued to display a list of active jobs on a system along with the process IDs?
Answer:
the jobs -l command
Question:
Which symbol is required for one program or script to use the output of another program or script as input?
Answer:
the pipe symbol (|)
Question:
What will happen if a user presses the L key while the top command is running?
Answer:
The screen output will be erased and redrawn.
Item: 297 (Ref:Cert-LX0-101.FLASH.3.1.32)
Item: 300 (Ref:Cert-LX0-101.FLASH.3.1.28)
Item: 303 (Ref:Cert-LX0-101.FLASH.3.1.106)
Item: 304 (Ref:Cert-LX0-101.FLASH.3.1.77)
Item: 307 (Ref:Cert-LX0-101.FLASH.3.1.63)
Item: 309 (Ref:Cert-LX0-101.FLASH.3.1.76)
Page 33 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command allows you to display the output of the /etc/htpd/logs123/test_log file as the file grows in size?
Answer:
the tail -f /etc/httpd/log123/test_log command
Question:
Which command should you use to view a file's attributes?
Answer:
the lsattr command
Question:
Which command is used to uncompress a file that was compressed using the bzip2 command?
Answer:
the bunzip2 command
Question:
Which command should be used to display the man files for a program named test?
Answer:
the man test command
Question:
Which command should be issued to restrict the access of a BASH shell to certain commands?
Answer:
the bash -r command
Question:
Which command(s) should you use to copy the lines into the buffer in the vi editor?
Answer:
the yy or Y command
Item: 313 (Ref:Cert-LX0-101.FLASH.3.1.26)
Item: 323 (Ref:Cert-LX0-101.FLASH.3.1.117)
Item: 325 (Ref:Cert-LX0-101.FLASH.3.1.56)
Item: 327 (Ref:Cert-LX0-101.FLASH.3.1.13)
Item: 331 (Ref:Cert-LX0-101.FLASH.3.1.19)
Item: 332 (Ref:Cert-LX0-101.FLASH.3.1.152)
Page 34 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command should you use to have a program continue running even after you log out?
Answer:
the nohup command
Question:
Which command merges the contents of files on a line-by-line basis while separating the lines from each file with
tabs?
Answer:
the paste command
Question:
Which command should you use to change the line lengths or other such formatting issues in a text file?
Answer:
the fmt command
Question:
Which command should you use if you want to redirect the output from a command to both standard output and a
file?
Answer:
the tee command
Question:
Which command is used to concatenate and display the contents of multiple files on the system console?
Answer:
the cat command
Question:
Which file is frequently used to store the default value of the PS1 environment variable?
Answer:
the /etc/profile file
Item: 335 (Ref:Cert-LX0-101.FLASH.3.1.139)
Item: 338 (Ref:Cert-LX0-101.FLASH.3.1.99)
Item: 340 (Ref:Cert-LX0-101.FLASH.3.1.108)
Item: 344 (Ref:Cert-LX0-101.FLASH.3.1.123)
Item: 345 (Ref:Cert-LX0-101.FLASH.3.1.15)
Item: 350 (Ref:Cert-LX0-101.FLASH.3.1.8)
Page 35 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
When you have suspended a process, which command will cause the process to run in the background?
Answer:
the bg command
Question:
Which key combination should you use to move up half a screen in the vi editor?
Answer:
the Ctrl+U key combination
Question:
Which system variable contains the name of the present working directory?
Answer:
the $PWD system variable
Question:
Which environment variable stores the path to the users current command shell?
Answer:
the SHELL variable
Question:
Which command displays the processes that are using the most CPU time?
Answer:
the top command
Question:
Which expression of the find command limits the search to the directory and the next two layers of
subdirectories?
Answer:
the -maxdepth 2 expression
Item: 352 (Ref:Cert-LX0-101.FLASH.3.1.130)
Item: 354 (Ref:Cert-LX0-101.FLASH.3.1.146)
Item: 355 (Ref:Cert-LX0-101.FLASH.3.1.89)
Item: 357 (Ref:Cert-LX0-101.FLASH.3.1.6)
Item: 359 (Ref:Cert-LX0-101.FLASH.3.1.74)
Item: 363 (Ref:Cert-LX0-101.FLASH.3.1.115)
Page 36 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command converts the tabs in a file to spaces?
Answer:
the expand command
Question:
Which command is used to delete a variable that has been configured using the set command?
Answer:
the unset command
Question:
Which command will enable a user to print the last 20 lines of a file named mydata?
Answer:
the tail -n 20 mydata command
Question:
Which key combination should you use to move up almost a full screen in the vi editor?
Answer:
the Ctrl+B key combination
Question:
While creating the archive of a directory, which parameter should you use with the tar command to display a list
of files and directories being archived?
Answer:
the -v parameter
Question:
What must you know to change the priority of a process?
Answer:
the process ID
Item: 364 (Ref:Cert-LX0-101.FLASH.3.1.100)
Item: 366 (Ref:Cert-LX0-101.FLASH.3.1.97)
Item: 368 (Ref:Cert-LX0-101.FLASH.3.1.25)
Item: 370 (Ref:Cert-LX0-101.FLASH.3.1.148)
Item: 372 (Ref:Cert-LX0-101.FLASH.3.1.49)
Item: 375 (Ref:Cert-LX0-101.FLASH.3.1.137)
Page 37 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command numbers the lines in a file?
Answer:
the nl command
Question:
Which parameter is used with the ps command to display the processes owned by a specific user?
Answer:
the -U parameter
Question:
What does the acronym RPM denote?
Answer:
RPM Package Manager or Red Hat Package Manager
Question:
Which parameter(s) should the user use with the rpm command to view a list of all the installed software
packages on the system?
Answer:
the -q and -a parameters
Question:
Which package manager provides a front-end for the Advanced Package Tool (APT) infrastructure in
Debian/GNU Linux systems?
Answer:
the aptitude package manager
Question:
Which option of the rpm command print verbose information?
Item: 377 (Ref:Cert-LX0-101.FLASH.3.1.105)
Item: 379 (Ref:Cert-LX0-101.FLASH.3.1.71)
Item: 4 (Ref:Cert-LX0-101.FLASH.2.1.16)
Linux Installation and Package Management
Item: 14 (Ref:Cert-LX0-101.FLASH.2.1.14)
Item: 18 (Ref:Cert-LX0-101.FLASH.2.1.53)
Item: 22 (Ref:Cert-LX0-101.FLASH.2.1.9)
Page 38 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the -v option
Question:
Which processors will support an RPM package whose architecture code is ppc?
Answer:
non-x86 architecture processors, such as the PowerPC processors
Question:
Which command will install GRUB natively on the master boot record of the second hard drive?
Answer:
the setup (hd1)command
Question:
Which apt-get command performs the same function as the dpkg -P Myapp command?
Answer:
the apt-get --purge Myapp command
Question:
Which command will install GRUB natively on the Master Boot Record (MBR) of the third hard drive?
Answer:
the setup (hd2) command
Question:
Which system directory stores the logging and spooling information for a user?
Answer:
the /var directory
Question:
What is the purpose of the rpm2cpio command?
Answer:
Item: 23 (Ref:Cert-LX0-101.FLASH.2.1.19)
Item: 25 (Ref:Cert-LX0-101.FLASH.2.1.28)
Item: 33 (Ref:Cert-LX0-101.FLASH.2.1.46)
Item: 42 (Ref:Cert-LX0-101.FLASH.2.1.29)
Item: 56 (Ref:Cert-LX0-101.FLASH.2.1.2)
Item: 61 (Ref:Cert-LX0-101.FLASH.2.1.59)
Page 39 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
to convert an rpm package file into a cpio archive
Question:
Which command upgrades the RPM package only if an earlier version of the package exists?
Answer:
the rpm -F < package-name > command
Question:
Which command should you run to determine the list of shared libraries installed with the /usr/local/bin/testapp
test application?
Answer:
the ldd -v /usr/local/bin/testapp command
Question:
Which command will you use to display the name, version, and description of the TEST package installed on the
system?
Answer:
the rpm -qi TEST command
Question:
Which function will the rpm -V mypackage1.2.rpm command issued by the administrator perform?
Answer:
It will perform an MD5 checksum on the mypackage1.2.rpm file.
Question:
Which command can be issued to uninstall an RPM package named rpmpackage?
Answer:
the rpm --erase rpmpackage or rpm --e rpmpackage command
Question:
Which apt-get command performs the same function as the dpkg -r Myapp command?
Item: 65 (Ref:Cert-LX0-101.FLASH.2.1.11)
Item: 66 (Ref:Cert-LX0-101.FLASH.2.1.33)
Item: 74 (Ref:Cert-LX0-101.FLASH.2.1.21)
Item: 79 (Ref:Cert-LX0-101.FLASH.2.1.12)
Item: 85 (Ref:Cert-LX0-101.FLASH.2.1.17)
Item: 108 (Ref:Cert-LX0-101.FLASH.2.1.48)
Page 40 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the apt-get remove Myapp command
Question:
How many logical partitions can a Linux extended partition contain?
Answer:
an unlimited number
Question:
Which function will the rpm -qa testpackage command perform?
Answer:
The command will search the RPM packages for the testpackage package and display the full name of the
package if the package is found.
Question:
Which parameter of the dpkg command removes an installed package, but does not remove the configuration
files?
Answer:
the -r or the --remove parameter
Question:
Which parameter of the rpm command can be used to query the RPM database?
Answer:
the -q parameter
Question:
What is the purpose of running the dpkg-l command?
Answer:
to list all installed packages
Question:
Item: 116 (Ref:Cert-LX0-101.FLASH.2.1.26)
Item: 118 (Ref:Cert-LX0-101.FLASH.2.1.23)
Item: 131 (Ref:Cert-LX0-101.FLASH.2.1.43)
Item: 133 (Ref:Cert-LX0-101.FLASH.2.1.15)
Item: 139 (Ref:Cert-LX0-101.FLASH.2.1.56)
Item: 141 (Ref:Cert-LX0-101.FLASH.2.1.25)
Page 41 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Which directory contains information about installed packages?
Answer:
the /usr/share/doc directory
Question:
Which parameter of the dpkg command removes a package and its configuration files?
Answer:
the -P parameter
Question:
Which command creates the necessary links and caches to the most recently shared libraries?
Answer:
the ldconfig command
Question:
Which environment variable should you edit to ensure that a certain set of directories are always searched when
trying to use shared libraries?
Answer:
the LD_LIBRARY_PATH environment variable
Question:
Which parameter of the dpkg command installs the package recursively?
Answer:
the -R parameter
Question:
What is the function of the rpm -e command?
Answer:
It uninstalls an RPM software package.
Question:
Item: 149 (Ref:Cert-LX0-101.FLASH.2.1.42)
Item: 154 (Ref:Cert-LX0-101.FLASH.2.1.35)
Item: 159 (Ref:Cert-LX0-101.FLASH.2.1.36)
Item: 185 (Ref:Cert-LX0-101.FLASH.2.1.41)
Item: 189 (Ref:Cert-LX0-101.FLASH.2.1.58)
Item: 199 (Ref:Cert-LX0-101.FLASH.2.1.55)
Page 42 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
What is the purpose of running the dpkg -i command?
Answer:
to install or upgrade a package
Question:
Which parameter of the dpkg command displays package details, including version number?
Answer:
the -p parameter
Question:
What is the recommended size of a swap partition in terms of the amount of RAM present in a system?
Answer:
The recommended size of a swap partition is at least twice the amount of the RAM present in the system.
Question:
What will the make install command do?
Answer:
It installs the binary of a software package.
Question:
Where should YUM definition files be placed?
Answer:
in the /etc/yum.repos.d/ directory
Question:
Which file is the configuration file for the dpkg command?
Answer:
the /etc/dpkg/dpkg.conf file
Question:
Which file is the configuration file for the apt commands?
Item: 202 (Ref:Cert-LX0-101.FLASH.2.1.45)
Item: 208 (Ref:Cert-LX0-101.FLASH.2.1.5)
Item: 211 (Ref:Cert-LX0-101.FLASH.2.1.38)
Item: 216 (Ref:Cert-LX0-101.FLASH.2.1.62)
Item: 217 (Ref:Cert-LX0-101.FLASH.2.1.51)
Item: 220 (Ref:Cert-LX0-101.FLASH.2.1.52)
Page 43 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Answer:
the /etc/apt/apt.conf file
Question:
On which partition does the Master Boot Record (MBR) reside?
Answer:
the primary partition of the hard disk
Question:
What is the location of the menu-1st file if a directory other than /boot is used?
Answer:
/directory_name/boot/grub
Question:
Which apt-get command performs the same function as the dpkg -i Myapp command?
Answer:
the apt-get install Myapp command
Question:
Which partition will be created if partition type 82 is selected?
Answer:
a Linux swap partition
Question:
Which command is the Debian package manager that is used to install, manage, and remove Debian packages?
Answer:
the dpkg command
Question:
Which partition holds the users' data files and is typically between 200 MB and 200 GB in size?
Answer:
Item: 221 (Ref:Cert-LX0-101.FLASH.2.1.6)
Item: 229 (Ref:Cert-LX0-101.FLASH.2.1.30)
Item: 236 (Ref:Cert-LX0-101.FLASH.2.1.47)
Item: 238 (Ref:Cert-LX0-101.FLASH.2.1.4)
Item: 242 (Ref:Cert-LX0-101.FLASH.2.1.44)
Item: 247 (Ref:Cert-LX0-101.FLASH.2.1.3)
Page 44 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the /home partition
Question:
Which command removes or uninstalls an RPM package from the Linux system?
Answer:
the rpm -e <package-name> command
Question:
What is the purpose of running the dpkg -L command?
Answer:
to list where files are installed
Question:
Which command should you run to ensure that a Linux system will recognize changes that are made to the
lilo.conf configuration file?
Answer:
the lilo command
Question:
Which command can be used to download YUM source packages?
Answer:
the yumdownloader command
Question:
Which apt-get command performs the same function as the dpkg -i Myapp command?
Answer:
the apt-get update Myapp command
Question:
Which command should you run if you modify the GRUB configuration?
Answer:
Item: 248 (Ref:Cert-LX0-101.FLASH.2.1.10)
Item: 267 (Ref:Cert-LX0-101.FLASH.2.1.54)
Item: 273 (Ref:Cert-LX0-101.FLASH.2.1.32)
Item: 279 (Ref:Cert-LX0-101.FLASH.2.1.64)
Item: 281 (Ref:Cert-LX0-101.FLASH.2.1.49)
Item: 284 (Ref:Cert-LX0-101.FLASH.2.1.31)
Page 45 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the grub command
Question:
Where is the default location for the APT configuration files?
Answer:
the /etc/apt directory
Question:
Which command prints the shared libraries required by an application or the shared library specified with the
command?
Answer:
the ldd command
Question:
Which command should you use to update the entire YUM system?
Answer:
the yum update command
Question:
Which architecture codes of an RPM package include optimizations for Pentium processors?
Answer:
the i586 and i686 architecture codes
Question:
What is the installation, removal, and update utility for RPM packages using in Fedora Linux?
Answer:
Yellow Dog Updater Modified (yum)
Question:
Which parameter is used with the rpm command to query the RPM software present on a system?
Answer:
Item: 291 (Ref:Cert-LX0-101.FLASH.2.1.50)
Item: 294 (Ref:Cert-LX0-101.FLASH.2.1.7)
Item: 302 (Ref:Cert-LX0-101.FLASH.2.1.61)
Item: 314 (Ref:Cert-LX0-101.FLASH.2.1.18)
Item: 316 (Ref:Cert-LX0-101.FLASH.2.1.60)
Item: 317 (Ref:Cert-LX0-101.FLASH.2.1.22)
Page 46 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
the -q or --query parameter
Question:
Which algorithm is used by the rpm command to perform a checksum on a package?
Answer:
the Message Digest 5 (MD5) algorithm
Question:
What is the configuration file for YUM?
Answer:
/etc/yum.conf
Question:
What is the version number of the RPM package named samplepackage-2.2.1a-5.i586.rpm?
Answer:
2.2.1a
Question:
Which command should you use if you want to use shared libraries that are in the /usr/local/lib directory?
Answer:
the export LD_LIBRARY_PATH=/usr/local/lib command
Question:
What is the purpose of running the dpkg-reconfigure command?
Answer:
It reconfigures an already installed package.
Question:
Which information does the /etc/filesystems file contain?
Answer:
the characteristics of the known file systems
Item: 318 (Ref:Cert-LX0-101.FLASH.2.1.13)
Item: 321 (Ref:Cert-LX0-101.FLASH.2.1.63)
Item: 324 (Ref:Cert-LX0-101.FLASH.2.1.20)
Item: 328 (Ref:Cert-LX0-101.FLASH.2.1.37)
Item: 336 (Ref:Cert-LX0-101.FLASH.2.1.57)
Item: 337 (Ref:Cert-LX0-101.FLASH.2.1.1)
Page 47 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which parameter of the make command can be used to specify the entire path to the Makefile file?
Answer:
the -f parameter
Question:
Which command selects the shared library binary that will be used by the calling process?
Answer:
the uselib command
Question:
What should you do to install GRUB in the /boot directory on the system's second hard drive?
Answer:
Use the grub-install --root-directory=/boot hd1 command.
Question:
Which parameter should be used with the rpm command to perform an RPM (Red Hat Package Manager)
signature check?
Answer:
the --checksig parameter
Question:
Which command is used to convert packages from one format to another?
Answer:
the alien command
Question:
Which command is used to create the necessary links and cache them to the most recently shared libraries?
Answer:
the ldconfig command
Item: 341 (Ref:Cert-LX0-101.FLASH.2.1.39)
Item: 349 (Ref:Cert-LX0-101.FLASH.2.1.34)
Item: 353 (Ref:Cert-LX0-101.FLASH.2.1.27)
Item: 360 (Ref:Cert-LX0-101.FLASH.2.1.24)
Item: 365 (Ref:Cert-LX0-101.FLASH.2.1.40)
Item: 373 (Ref:Cert-LX0-101.FLASH.2.1.8)
Page 48 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
To which device does /dev/lp1 refer?
Answer:
the second parallel port device (LPT2)
Question:
What is the first step you should take if a new device is not recognized by the kernel?
Answer:
Upgrade the kernel.
Question:
Which directory contains device files for devices, such as disk drives?
Answer:
the /dev directory
Question:
Which entry should you make in the GRUB configuration file to make the /dev/hdb1 hard drive the root drive?
Answer:
root (hd1,0)
Question:
What is stored in the /usr/kernel directory?
Answer:
kernel components
Question:
What is an interprocess communication (IPC) system for applications?
Answer:
d-bus
Item: 8 (Ref:Cert-LX0-101.FLASH.1.1.10)
System Architecture
Item: 9 (Ref:Cert-LX0-101.FLASH.1.1.61)
Item: 17 (Ref:Cert-LX0-101.FLASH.1.1.9)
Item: 20 (Ref:Cert-LX0-101.FLASH.1.1.76)
Item: 29 (Ref:Cert-LX0-101.FLASH.1.1.46)
Item: 31 (Ref:Cert-LX0-101.FLASH.1.1.81)
Page 49 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which RAID specification is known as disk mirroring?
Answer:
RAID 1
Question:
What is the Process ID of the init process?
Answer:
The Process ID of the init process is 1.
Question:
Which designation in a device name always indicates parallel port printers and is derived from the term line
printer?
Answer:
the lp designation
Question:
Where are the kernel messages stored in Linux?
Answer:
in the kernel.messages file
Question:
Which command will you use to change the runlevel of the Linux machine?
Answer:
the init <runlevel> command
Question:
Which process reads the /etc/inittab file and creates system processes based on the contents of that file?
Answer:
the init process
Item: 32 (Ref:Cert-LX0-101.FLASH.1.1.78)
Item: 35 (Ref:Cert-LX0-101.FLASH.1.1.54)
Item: 38 (Ref:Cert-LX0-101.FLASH.1.1.60)
Item: 40 (Ref:Cert-LX0-101.FLASH.1.1.49)
Item: 46 (Ref:Cert-LX0-101.FLASH.1.1.52)
Item: 47 (Ref:Cert-LX0-101.FLASH.1.1.84)
Page 50 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which device accesses the /dev/usb/auer0 device file?
Answer:
a USB device
Question:
To which disk on the hard drive does the /dev/sda device refer?
Answer:
the first Small Computer System Interface (SCSI) disk
Question:
Which command prints the contents of the /proc/modules file?
Answer:
the lsmod command
Question:
Which file contains the information on whether the Linux system is using Direct Memory Access (DMA) or not?
Answer:
the /proc/ide/hda/settings file
Question:
What file should you use to find out which interrupts are used by the hardware devices in a Linux computer?
Answer:
the /proc/interrupts file
Question:
Which command should the user issue to view the system bootup messages?
Answer:
the dmesg command
Item: 50 (Ref:Cert-LX0-101.FLASH.1.1.16)
Item: 51 (Ref:Cert-LX0-101.FLASH.1.1.24)
Item: 54 (Ref:Cert-LX0-101.FLASH.1.1.64)
Item: 55 (Ref:Cert-LX0-101.FLASH.1.1.8)
Item: 60 (Ref:Cert-LX0-101.FLASH.1.1.58)
Item: 62 (Ref:Cert-LX0-101.FLASH.1.1.36)
Page 51 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What is the virtual file system in Linux 2.6 kernel?
Answer:
sysfs
Question:
What is meant by the term hotplug device?
Answer:
The device can be connected and disconnected while the computer is running.
Question:
Which command is used to configure a Linux kernel?
Answer:
the make config command
Question:
Which command displays information about Universal Serial Bus (USB) devices in a Linux computer?
Answer:
the lsusb command
Question:
Which file system directory is used to store the source code of a Linux kernel?
Answer:
the /usr/src file system directory
Question:
Which process is the general process spawner that is parent to all other processes on a system?
Answer:
the /sbin/init process
Item: 63 (Ref:Cert-LX0-101.FLASH.1.1.80)
Item: 77 (Ref:Cert-LX0-101.FLASH.1.1.62)
Item: 78 (Ref:Cert-LX0-101.FLASH.1.1.45)
Item: 83 (Ref:Cert-LX0-101.FLASH.1.1.67)
Item: 87 (Ref:Cert-LX0-101.FLASH.1.1.44)
Item: 96 (Ref:Cert-LX0-101.FLASH.1.1.55)
Page 52 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What is the device manager for the Linux 2.6 kernel?
Answer:
udev
Question:
A file in the /etc/rc2.d directory must use a script to initiate a networking daemon. In which directory can the script
be found?
Answer:
in the /etc/init.d directory
Question:
Which device and partition accesses the /dev/hda1 device file?
Answer:
the first primary partition on the first IDE drive
Question:
Which file system directory is used to store system configuration parameters?
Answer:
the /proc file system directory
Question:
Which command displays a list of all ALSA sound cards?
Answer:
the arecord command
Question:
Which Interrupt Request (IRQ) is reserved for COM1 and COM3 devices?
Answer:
IRQ 4
Item: 101 (Ref:Cert-LX0-101.FLASH.1.1.79)
Item: 102 (Ref:Cert-LX0-101.FLASH.1.1.56)
Item: 106 (Ref:Cert-LX0-101.FLASH.1.1.15)
Item: 110 (Ref:Cert-LX0-101.FLASH.1.1.5)
Item: 122 (Ref:Cert-LX0-101.FLASH.1.1.72)
Item: 123 (Ref:Cert-LX0-101.FLASH.1.1.25)
Page 53 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What does the telinit 6 command do?
Answer:
It reboots the system.
Question:
Which modprobe command parameter lists all of the modules?
Answer:
the -l parameter
Question:
What does the telinit 0 command do?
Answer:
It shuts down the system.
Question:
To which hard drive does the /dev/sdb device refer?
Answer:
the second Small Computer System Interface (SCSI) disk
Question:
Which command displays information about Peripheral Component Interface (PCI) devices in a Linux computer,
including the bus speed, IRQ settings, vendor identification, and AGP rate?
Answer:
the lspci command
Question:
Which two runlevels will boot a Red Hat Linux system into multiuser mode?
Answer:
runlevel 3 and runlevel 5
Item: 145 (Ref:Cert-LX0-101.FLASH.1.1.90)
Item: 146 (Ref:Cert-LX0-101.FLASH.1.1.30)
Item: 150 (Ref:Cert-LX0-101.FLASH.1.1.89)
Item: 156 (Ref:Cert-LX0-101.FLASH.1.1.23)
Item: 163 (Ref:Cert-LX0-101.FLASH.1.1.66)
Item: 164 (Ref:Cert-LX0-101.FLASH.1.1.1)
Page 54 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which file does the init command read to log on to single-user mode?
Answer:
the /etc/initab file
Question:
How is single-user mode different from other runlevels?
Answer:
In single-user mode, network services are disabled.
Question:
What is the function of the lilo command?
Answer:
to make the system recognize any changes made to the /etc/lilo.conf file
Question:
Which information is stored in the /dev directory?
Answer:
device driver information
Question:
What does the telinit 1 command do?
Answer:
It places the system in single-user mode.
Question:
Which Interrupt Request (IRQ) is used by the /dev/ttyS1 device?
Answer:
IRQ 3
Item: 165 (Ref:Cert-LX0-101.FLASH.1.1.53)
Item: 166 (Ref:Cert-LX0-101.FLASH.1.1.87)
Item: 170 (Ref:Cert-LX0-101.FLASH.1.1.43)
Item: 172 (Ref:Cert-LX0-101.FLASH.1.1.18)
Item: 179 (Ref:Cert-LX0-101.FLASH.1.1.88)
Item: 183 (Ref:Cert-LX0-101.FLASH.1.1.19)
Page 55 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which utility is used to load a single module, a stack of dependent modules, or all modules that are marked with a
specified tag?
Answer:
the modprobe utility
Question:
What are the SCSI ID ranges used by SCSI devices?
Answer:
0-7 or 0-15, depending on the SCSI specification being used
Question:
Which Internet source should be consulted for downloading source code and installing device drivers if the binary
drivers for a device are not provided on the Linux installation CD?
Answer:
the device distributor's Web site
Question:
Which file should a system administrator edit to set the configuration for a new LILO boot loader?
Answer:
the /etc/lilo.conf file
Question:
Which command configures the settings for a sound card?
Answer:
the sndconfig command
Question:
Which file system directory contains the startup scripts that run an installed package on a Linux system?
Answer:
the /etc file system directory
Item: 184 (Ref:Cert-LX0-101.FLASH.1.1.28)
Item: 188 (Ref:Cert-LX0-101.FLASH.1.1.59)
Item: 192 (Ref:Cert-LX0-101.FLASH.1.1.32)
Item: 196 (Ref:Cert-LX0-101.FLASH.1.1.41)
Item: 198 (Ref:Cert-LX0-101.FLASH.1.1.73)
Item: 204 (Ref:Cert-LX0-101.FLASH.1.1.51)
Page 56 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which device(s) uses Interrupt Request (IRQ) 3?
Answer:
the COM2 (ttyS1) and COM4 devices
Question:
Which kernel parameter instructs the Symmetric Multi Processing (SMP) kernel to disable SMP?
Answer:
the nosmp kernel parameter
Question:
Which directory of the /etc file system directory contains the startup and termination scripts for changing the init
states?
Answer:
the /etc/init.d directory
Question:
Which two commands can be used to change system runlevels?
Answer:
the init and telinit commands
Question:
Which RAID specification is known as disk striping with parity?
Answer:
RAID 5
Question:
Which command should be issued by a user to store the bootup messages in a file named boot.msg?
Answer:
the dmesg > boot.msg command
Item: 205 (Ref:Cert-LX0-101.FLASH.1.1.26)
Item: 215 (Ref:Cert-LX0-101.FLASH.1.1.47)
Item: 219 (Ref:Cert-LX0-101.FLASH.1.1.50)
Item: 222 (Ref:Cert-LX0-101.FLASH.1.1.92)
Item: 224 (Ref:Cert-LX0-101.FLASH.1.1.77)
Item: 230 (Ref:Cert-LX0-101.FLASH.1.1.37)
Page 57 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command displays information about loaded modules?
Answer:
the lsmod command
Question:
Which Interrupt Request (IRQ) is used by the /dev/lp0 device?
Answer:
IRQ 7
Question:
What is the difference between runlevel 3 and runlevel 5?
Answer:
Runlevel 3 boots the system in a multi-user textual mode, while runlevel 5 boots the system in a multi-user
graphical mode.
Question:
What does the the telinit q or telinit Q command do?
Answer:
It instructs the system to read the /etc/inittab file again.
Question:
Which command should be used to redirect the output of the ls -l command to a file named tempdata.txt in the
current directory?Answer:
the ls -l > tempdata.txt command
Question:
Which command displays the file attributes on a Linux second extended file system (ext2)?
Answer:
the lsattr command
Item: 235 (Ref:Cert-LX0-101.FLASH.1.1.63)
Item: 240 (Ref:Cert-LX0-101.FLASH.1.1.21)
Item: 245 (Ref:Cert-LX0-101.FLASH.1.1.3)
Item: 250 (Ref:Cert-LX0-101.FLASH.1.1.91)
Item: 251 (Ref:Cert-LX0-101.FLASH.1.1.93)
Item: 252 (Ref:Cert-LX0-101.FLASH.1.1.65)
Page 58 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
What is the purpose of entering init=/bin/sh at the LILO prompt?
Answer:
It tells the kernel to execute the shell instead of LILO.
Question:
Which command configures the advanced settings for ALSA sound cards?
Answer:
the alsactl command
Question:
Which specification of USB devices includes modems, including ISDN and fax modems?
Answer:
the Communication Device Class (CDC) specification
Question:
Where can you find the Hardware Compatibility List (HCL) for a version of Linux?
Answer:
on the Linux distributor's Web site
Question:
What is the first step performed by the system after it is booted and the Power On Self Test (POST) is performed?
Answer:
The boot order specified in the BIOS is checked, and an operating system is located for execution.
Question:
Which directory stores the ACPI power management dynamic information?
Answer:
the /proc/acpi directory
Item: 257 (Ref:Cert-LX0-101.FLASH.1.1.85)
Item: 260 (Ref:Cert-LX0-101.FLASH.1.1.71)
Item: 263 (Ref:Cert-LX0-101.FLASH.1.1.75)
Item: 264 (Ref:Cert-LX0-101.FLASH.1.1.34)
Item: 266 (Ref:Cert-LX0-101.FLASH.1.1.38)
Item: 269 (Ref:Cert-LX0-101.FLASH.1.1.4)
Page 59 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which list shows all the hardware that is approved for use with a particular distribution of Linux?
Answer:
the Hardware Compatibility List (HCL)
Question:
Which device is most likely to use IRQ 5?
Answer:
a sound card
Question:
Which option should be used with the su command to issue a single command on the BASH shell?
Answer:
the -c command option
Question:
Which device file is mapped to the first RAID volume?
Answer:
/dev/md0
Question:
Which utility is used for diagnosing certain hardware and kernel problems?
Answer:
the dmesg utility
Question:
Which command is used to install a boot loader after the LILO configuration file is edited?
Answer:
the lilo command
Item: 277 (Ref:Cert-LX0-101.FLASH.1.1.31)
Item: 285 (Ref:Cert-LX0-101.FLASH.1.1.57)
Item: 287 (Ref:Cert-LX0-101.FLASH.1.1.86)
Item: 293 (Ref:Cert-LX0-101.FLASH.1.1.11)
Item: 296 (Ref:Cert-LX0-101.FLASH.1.1.35)
Item: 298 (Ref:Cert-LX0-101.FLASH.1.1.40)
Page 60 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which device file accesses the first local terminal device?
Answer:
/dev/tty0
Question:
Which command detects ALSA sounds cards and creates the appropriate configuration files?
Answer:
the alsaconf command
Question:
If an administrator configures and rebuilds a kernel, where will the administrator find the listings for the built-in file
systems after the kernel is rebuilt?
Answer:
in the /proc file system directory
Question:
Which device file is mapped to the first loopback device?
Answer:
/dev/loop0
Question:
Which information should be verified before installing hardware on any version of Linux?
Answer:
The compatibility of the hardware should be verified against the Hardware Compatibility List (HCL) provided by
the Linux distributor.
Question:
Which parameter in the /proc/ide/hda/settings file checks whether the Linux system is using Direct Memory
Access (DMA)?
Answer:
the using_dma parameter
Item: 299 (Ref:Cert-LX0-101.FLASH.1.1.17)
Item: 301 (Ref:Cert-LX0-101.FLASH.1.1.74)
Item: 306 (Ref:Cert-LX0-101.FLASH.1.1.6)
Item: 315 (Ref:Cert-LX0-101.FLASH.1.1.12)
Item: 319 (Ref:Cert-LX0-101.FLASH.1.1.33)
Item: 320 (Ref:Cert-LX0-101.FLASH.1.1.7)
Page 61 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which file stores the PnP resource information?
Answer:
the /etc/isapnp.conf file
Question:
Which command configures ISA PnP devices?
Answer:
the isapnp command
Question:
Which file can be altered when you need to install a kernel module that is not a compiled directory into the kernel
and is not handled by the module handler, modprobe?
Answer:
the /etc/modules.conf file
Question:
Which device file is mapped to the first SCSI tape drive?
Answer:
/dev/st0
Question:
Which file is the GRUB boot menu?
Answer:
the /boot/grub/menu.lst file
Question:
To which disk on the hard drive does the /dev/hda device refer?
Answer:
the master disk on the first IDE disk controller
Item: 322 (Ref:Cert-LX0-101.FLASH.1.1.70)
Item: 329 (Ref:Cert-LX0-101.FLASH.1.1.69)
Item: 330 (Ref:Cert-LX0-101.FLASH.1.1.82)
Item: 333 (Ref:Cert-LX0-101.FLASH.1.1.13)
Item: 334 (Ref:Cert-LX0-101.FLASH.1.1.83)
Item: 342 (Ref:Cert-LX0-101.FLASH.1.1.27)
Page 62 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which directory files are modified by the sysctl command to manipulate the kernel parameters?
Answer:
the /proc/sys directory files
Question:
Which device and partition accesses the /dev/sda1 device file?
Answer:
the first primary partition on the first SCSI drive
Question:
To which disk on the hard drive does the /dev/hdb device refer?
Answer:
the second IDE hard disk
Question:
Which modprobe command parameter autocleans the modules?
Answer:
the -k parameter
Question:
What does the acronym BIOS denote?
Answer:
Basic Input/Output System
Question:
In Red Hat Linux, into which mode does runlevel 3 boot a system?
Answer:
into the multi-user textual mode
Item: 346 (Ref:Cert-LX0-101.FLASH.1.1.48)
Item: 351 (Ref:Cert-LX0-101.FLASH.1.1.14)
Item: 356 (Ref:Cert-LX0-101.FLASH.1.1.22)
Item: 361 (Ref:Cert-LX0-101.FLASH.1.1.29)
Item: 369 (Ref:Cert-LX0-101.FLASH.1.1.39)
Item: 371 (Ref:Cert-LX0-101.FLASH.1.1.2)
Page 63 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.
Question:
Which command sends the PnP resource information to be stored in the /etc/isapnp.conf file?
Answer:
the pnpdump command
Question:
Which device uses Interrupt Request (IRQ) 14?
Answer:
the primary IDE controller
Question:
Where is a LILO boot loader found on a Linux system?
Answer:
on the first sector of an active Linux partition, or in the Master Boot Record (MBR)
Item: 374 (Ref:Cert-LX0-101.FLASH.1.1.68)
Item: 378 (Ref:Cert-LX0-101.FLASH.1.1.20)
Item: 380 (Ref:Cert-LX0-101.FLASH.1.1.42)
Page 64 of 64
Copyright 2014 Transcender LLC, a Kaplan Professional Company. All Rights Reserved.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy