lkjlkj
Which bootloader includes the Secure Boot feature?
UEFI
Which of the following is not a characteristic of firmware? Change runlevels Tests the components upon startup Typically stored in ROM Change settings to affect the use of external devices
change runlevels
Which command is used to view the services that are set to start or stop automatically?
chkconfig
Interrupts cannot be shared between devices. T - F
false
Which of the following commands can be used to create an encrypted password that can be used with the password directive in GRUB Legacy:
grub-md5-crypt
Which of the following is not a daemon used for logging? klogdWhat is the maximum memory that a 64 bit processor can theoretically use? 16 EiB 8 GiB 2 GiB 4 GiB ilogd rsyslogd syslogd
ilogd
Which of the following contents is in the ldconfig configuration file by default?
include ld.so.conf.d/*.conf
The first process that the kernel launches is called the _____ process. init kernel sys startx
init
Missing files don't have their original file names, instead they are named with their _____ number?
inode
hich of the following resources are used by devices to communicate with the system? IO Channels, IO Memory, Interrupts and DMA Ports IO Ports, IO Memory, Interrupts, and DMA Channels IO Ports, IO Memory, Signals and DMA Channels IO Ports, RAM, Interrupts and DMA Channels
io ports io memory interrupts DMA channels
which of the following is true about the fsck command
it should only be executed on unmounted filesystems
Which command is used to display the shared libraries of a dynamically linked executable?
ldd
which of the following commands will create a soft link from the /tmp/test file to the /tmp/data file
ln -s /tmp/test /tmp/data
which of the following commands will create a hardlink from the /tmp/test file to the /tmp/data file
ln /tmp/test /tmp/data
Which mount option will remount a currently mounted filesystem?
mount -o remount
By default, the edquota command will use which editor?
vi
What two differences are there between querying an installed RPM and an RPM package file with the rpm command? (choose two)
you must use the full filename when querying the package. To query the package file, you have to add the -p option.
Which option to the df command displays the size of a filesystem in "human readable" format?
-h
Which option to the dumpe2fs command will have the command display only superblock information?
-h
Which option to the tune2fs command will change the space reserved for system use?
-m
To use an encrypted password in the GRUB Legacy configuration file, use the _____ option to the password directive. -md5 -encrypt -secure -crypt
-md5
Which option to the fsck command will answer "no" to all queries?
-n
Which option of the lspci command would you use to troubleshoot a network interface card? -r -t -nn -a
-nn
What are the correct options for the rpm command to display a list of all installed packages? -qa -a -qall -b
-qa
Which option to the fsck command will allow you to specify the filesystem type?
-t
What option to the fdisk command is used to utilize sector unit sizes?
-u
Which option to the fsck command will answer "yes" to all queries?
-y
Which directory is the root file system mounted on?
/
The primary configuration file for the GRUB 2 on a Fedora system is _____. /boot/grub2/grub.cfg /boot/grub/grub2.cfg /boot/grub2.cfg /boot/grub/grub.cfg
/boot/grub2/grub.cfg
What is the maximum memory that a 64 bit processor can theoretically use? 16 EiB 8 GiB 2 GiB 4 GiB
16 eib
Which runlevel number is defined as "user-definable"? 6 5 3 1 2 0 4
4
Which of the following are benefits of a shared library: (choose two) Programs run faster Programs can be smaller Programs run slower Programs use a more consistent base of code
Programs can be smaller programs use a more consistent base of code
Which runlevel number defines halting the system? 5 3 4 0 2 6 1
0
in what directory are you mosy likely to find user's home directories
/home
in which directory are you most likely to find software from third party distributures
/opt
Which directory structure has directories which may have heavy activity for services like mail, ftp, httpd and printing?
/var
which value represents the inode number in the following output of the ls -l command 87589 -rw-r-r-. 2 root root 83 Mar 4 22:45 myhost
87589
the rpm2cpio command can be used to
Extract files from a ".rpm" file List the content of a ".rpm" file
On a Ubuntu system, what variable defines the default runlevel in the /etc/init/rc-sysinit.conf file? DEFAULT_RUNLEVEL DEFAULT RUNLEVEL RUN
DEFAULT_RUNLEVEL
The number of inodes in a filesystem is:
Determined when the filesystem is created
Which environment variable can a user set, that will affect where shared libraries can be located and loaded? LIBRARY_PATH LIBRARY_LD_PATH LD_PATH LD_LIBRARY_PATH
LD_LIBRARY_PATh
The first stage of the boot process is:
The firmware (BIOS/UEFI) stage
Which command will show the dependencies of a Debian package?
apt-cache depends
Which two commands will show detailed information about a Debian package?
apt-cache show dpkg -s
which command will remove all files that belong to a debian package
apt-get purge
which command will update the list of available packages for APT
apt-get update
The quotacheck command creates databases with which names?
aquota.group aquota.user
After running fdisk -cu /dev/sdb, what fdisk command will allow you to delete a partition? r g d s
d
The _____ command will display how much space a filesystem has free?
df
You can display current filesystem space usage with the _____ command.
df
Which command may be used to get a list of the installed Debian packages?
dpkg -l
A system that contains Linux as well as a Microsoft Windows operating system is called a:
dual boot system
After running fdisk -cu /dev/sdb, what fdisk command will allow you to create a new partition?
n
which command is used to create or update the quota database files?
quotacheck
which of the following commands can be used to reboot the system
reboot shutdown -r
Which mount option mounts a filesystem allowing reading only?
ro
Which command shows the scripts that may be part of a RPM package?
rpm -q -scripts
Which command will show the dependencies of an RPM package?
rpm -qpR
Which type of link can be made to a file on another filesystem, hard or soft? soft hard
soft
to activate a swap space that has been initialized you can execute
swapon
After running fdisk -cu /dev/sdb, what fdisk command will allow you to change a partition type?
t
The first field in the /etc/fstab file is used to specify:
the device to mount
The fifth field in the /etc/fstab file is used to specify:
the dump level
Which of the following will find and load shared libraries when a program is executed? The scheduler The dynamic linker The kernel The init process
the dynamic linker
the sixth field in the /etc/fstab file used to specify
the fsck order
The fourth stage of the boot process
the init phase
The bootloader (GRUB/LILO) loads which of the following components into memory? (choose two)
the kernal the ramdisk
What determines how many files can be stored in a filesystem?
the number of inodes
in GRUB Legacy, the _____ directive indicates how long to wait before automatically booting the default operating system
timeout=