Final Exam Flashcards
In the FHS, the ____ directory contains the Linux kernel and files used by the boot loader.
1) /load
2) /bin
3) /boot
4) /mnt
3) /boot
In the FHS, the ____ directory is the root user’s home directory.
1) /bin
2) /home
3) /boot
4) /root
4) /root
In the FHS, the ____ directory contains most system commands and utilities.
1) /usr
2) /root
3) /bin
4) /home
1) /usr
Copying a file can be accomplished using the ____ command.
1) copy
2) mv
3) cp
4) cpy
3) cp
The ____ command takes a list of arguments specifying the absolute or relative pathnames of files to remove.
1) del
2) rm
3) remove
4) delete
2) rm
The fastest method to search for files in the Linux directory tree is to use the ____ command.
1) search
2) id
3) find
4) locate
4) locate
You can see the contents of a certain variable in memory by using the ____ metacharacter with the echo command.
1) $
2) *
3) &
4) #
1) $
The ____ section of a filesystem is the section that contains information about the filesystem in general.
1) inode table
2) inode
3) data blocks
4) superblock
4) superblock
To create a hard link, you must use the ____ command.
1) ln
2) link
3) lnk
4) lk
1) ln
The chgrp command takes ____ argument(s) at minimum.
1) one
2) two
3) three
4) four
2) two
The section of an inode that stores permissions is called the ____ of the file.
1) tail
2) head
3) mode
4) accessor
3) mode
In a file’s mode, if a permission is unavailable, a(n) ____ character replaces its position in the mode.
1) *
2) +
3) ?
4) -
4) -
If a user has ____ permission for a file, they can open, read, and edit the contents of a file.
1) write
2) execute
3) read
4) alter
1) write
When using the chmod command for a specific file, the ____ argument would add read permission and remove write permission for the group permissions.
1) u+r+w
2) g-r+w
3) g+r-w
4) o+r-w
3) g+r-w
When using the chmod command, the mode rwx can be represented by the number ____.
1) 0
2) 1
3) 7
4) 8
3) 7
To set all of the special permissions on a certain file or directory, you can use the command ____, where name is the name of the file or directory.
1) chmod 777 name
2) chmod 7777 name
3) chmod 6666 name
4) chmod 0000 name
2) chmod 7777 name
Each SCSI device is assigned a unique ID number known as a(n) ____.
1) device ID
2) target ID
3) SCSI number
4) SCSI controller
2) target ID
Most Parallel SCSI controllers support up to ____ devices.
1) 12
2) 13
3) 14
4) 15
4) 15
The highest priority SCSI device is given a SCSI ID of ____.
1) 1
2) 6
3) 7
4) 15
3) 7
The ____ standard support speeds of up to 80 MB/second.
1) SCSI-3 Ultra2 Wide
2) SCSI-2 Wide
3) SCSI-3 Ultra
4) SCSI-3 Ultra3 Wide
1) SCSI-3 Ultra2 Wide
RAID level ____ is often referred to as disk mirroring.
1) 1
2) 2
3) 3
4) 4
1) 1
RAID level ____ is commonly referred to as disk striping with parity.
1) 0
2) 1
3) 5
4) 6
3) 5
A Fedora 13 CD installation requires ____ CDs.
1) two
2) four
3) six
4) ten
3) six
In Fedora Linux, a ____ file is a script file that specifies the choices that you would normally choose when you install the operating system.
1) setup
2) startup
3) kickstart
4) scriptstart
3) kickstart