Term
| What is the default install mode for Red Hat? |
|
Definition
|
|
Term
| Which command shows currently loaded kernel modules and their dependencies? |
|
Definition
|
|
Term
| What command causes a default install to boot directly to run level 2 after system initalization? |
|
Definition
|
|
Term
| Need to create a boot disk on a running linux machine, what is the command? |
|
Definition
|
|
Term
| During a Red Hat installation you decide to press Ctrl+Alt+F3, what do you see? |
|
Definition
|
|
Term
| What program is used to configure PNP devices |
|
Definition
|
|
Term
| What command is used to show PNP information? |
|
Definition
|
|
Term
| What is the file used to set individual PNP devices? |
|
Definition
|
|
Term
| What are the printer ports? |
|
Definition
Port IRQ Address /dev/ls0 7 0x378 /dev/ls1 5 0x278 |
|
|
Term
| Command that reads the hardware clock time |
|
Definition
|
|
Term
| The command that sets the system clock to the hardware clock time. |
|
Definition
|
|
Term
| How many swap files can you have? |
|
Definition
|
|
Term
| Where is the GRUB configuration file? |
|
Definition
|
|
Term
| Steps for making & installing software from source. |
|
Definition
./configure make make install |
|
|
Term
| Were are the shared libraries located by default? |
|
Definition
|
|
Term
| What command do you use when a library error occurs |
|
Definition
|
|
Term
| ldconfig reads what configuration for library locations |
|
Definition
|
|
Term
|
Definition
| Reads a binary and reports its library dependencies. |
|
|
Term
| where does ldconfig write it's library cache to? |
|
Definition
|
|
Term
| Debian uses's what command to install, delete, and query packages? |
|
Definition
|
|
Term
| What program is used for Debian automated updates? |
|
Definition
|
|
Term
| Where is the Debian package database located? |
|
Definition
|
|
Term
| Red Hat uses what program to install, remove, and query packages |
|
Definition
|
|
Term
| where is the Red Hat package database located? |
|
Definition
|
|
Term
| Show the command, with switch's, that shows the serial ports configuration |
|
Definition
|
|
Term
| How do you avoid problems with the 1024th cyclinder? |
|
Definition
Use a small boot partition Enable LBA in the boot manager |
|
|
Term
| If a system with two printer ports and a sound card has a conflict which IRQ do you check |
|
Definition
|
|
Term
| What command do you use to configure a serial port |
|
Definition
|
|
Term
| The command that sets the serial ports baud rate |
|
Definition
| setserial /dev/ttys0 baud_rate 57600 |
|
|
Term
| What command do you use to view IRQ's? |
|
Definition
|
|
Term
| What command do you use to view DMA |
|
Definition
|
|
Term
| What command do you use to view I/O? |
|
Definition
|
|
Term
| Command to view configuration information about IRQ, DMA, and I/O port usage? |
|
Definition
|
|
Term
| What command do you use to view configuration information about the PCI bus? |
|
Definition
|
|
Term
| What are the serial ports, IRQ's and I/O addresses? |
|
Definition
Port IRQ I/O address /dev/ttys0 4 0x3f8 /dev/tty1 3 0x2f8 /dev/tty2 4 0x3e8 /dev/tty3 3 0x3e8 |
|
|
Term
| GRUB boots to a prompt only, what command do you run to fix it? |
|
Definition
| grub-install with the boot disk as the argument. |
|
|
Term
| What is the correct command line structure format? |
|
Definition
command option command argument option |
|
|
Term
| What are the redirection prompts |
|
Definition
> Write to a file < Read from a file |
|
|
Term
|
Definition
| Replace individual characters |
|
|
Term
| greps uses -i, -r, -n and -v for what? |
|
Definition
-i insensitivity -r recursive -n line numbering -v verbose |
|
|
Term
| Stream 0, stream 1, and stream 2 are what? |
|
Definition
0 = stdin 1 = stdout 2 = stderr |
|
|
Term
|
Definition
| sends stderr and stdout to the same place |
|
|
Term
| What does an & mean after a command |
|
Definition
| Sends it to the background |
|
|
Term
|
Definition
| Suspends a running command |
|
|
Term
| the command to send a program to the background |
|
Definition
|
|
Term
| A job in the jobs command with a + means what? |
|
Definition
|
|
Term
| How is a previous job listed |
|
Definition
|
|
Term
| what command acts on the current job running in the background |
|
Definition
|
|
Term
| How do you kill a job in the background |
|
Definition
| kill %x where x is the job number to be ended |
|
|
Term
|
Definition
| raises or lowers the priority of a job |
|
|
Term
| Programs start with a priority of what |
|
Definition
|
|
Term
| By default nice drops or increase a jobs priority and by how much |
|
Definition
|
|
Term
| what are jobs priority from highest to lowest |
|
Definition
|
|
Term
| What keyboard letter keys control cursor movements |
|
Definition
h = left j = down k = up l - right |
|
|
Term
|
Definition
| command, insert, lastline or ex mode |
|
|
Term
|
Definition
| create file system on a new drive or partition |
|
|
Term
| command to make a ext2 file system on a new partition |
|
Definition
|
|
Term
| what switch causes mkfs to create a ext3 journal file system |
|
Definition
|
|
Term
| What is the command to check a file system |
|
Definition
|
|
Term
| to use fsck what is the status of the file system |
|
Definition
| mounted read only or unmounted |
|
|
Term
| how many columns in the fstab |
|
Definition
|
|
Term
| what are the column names in the fstab file |
|
Definition
| device, mount, point, file system type, options, dump type, and fsck |
|
|
Term
| what does user and users keywords in the mtab file mean |
|
Definition
user= only the user who mounted the file can unmount it. users = any user with proper permission can mount or unmount the file system |
|
|
Term
| what commands show the mounted file systems? |
|
Definition
mount cat /proc/mounts cat /etc/mtab |
|
|
Term
| quotas are placed on file system how |
|
Definition
| file system by file system basis |
|
|
Term
| what are the names of the quota files and where are they located? |
|
Definition
aquota.group and aquota.user root of the file system |
|
|
Term
| What file do you edit to enable quotas and what commands are placed in the file? |
|
Definition
/etc/fstab usrquota, grpquota |
|
|
Term
| what command do you run to populate aquota.user and aquota.group |
|
Definition
|
|
Term
| what is the command and switch's to set a users quota? |
|
Definition
|
|
Term
| How do you start the quota subsystem |
|
Definition
quotaon -a quotaon filesystem |
|
|
Term
| what command do you use to check qoutas |
|
Definition
users - quota root - repquota |
|
|
Term
| how are file permissions arranged |
|
Definition
|
|
Term
what command changes ownership what command changes group owner |
|
Definition
|
|
Term
| SGID bit set on a files causes what to happen |
|
Definition
| group ownership of the directory cascades to all created objects |
|
|
Term
What are hardlinks Waht are softlinks |
|
Definition
Multiple names pointing to the same inode and file data Separate files with its own inode that points to another file |
|
|
Term
| Difference between hard and soft links when spanning file systems |
|
Definition
| symbolic links can span file systems hard links can not |
|
|
Term
| what is the difference between find command and locate command |
|
Definition
find is a real time command, slower but more accurate locate command is database driven, faster but returns hit for every instance of the search term |
|
|
Term
| what switch is used to execute a command with find |
|
Definition
|
|
Term
| where is the locate configuration file at |
|
Definition
|
|
Term
| what are the x setup tools |
|
Definition
xf86config XF86Setup Xconfigurator |
|
|
Term
| where are the X configuration files and were are they located |
|
Definition
/etc/X11/XF86Config for version 3 /etc/X11/XF86Config-4 for version 4 |
|
|
Term
|
Definition
|
|
Term
| what is the start up sequence for X |
|
Definition
| xinit - .xinitrc or /etc/X11/xinitrc - Xresource or /etc/X11/xdm/Xresource |
|
|
Term
| What are the valid window managers |
|
Definition
| XFCE, AfterSetp, Window Maker, Blackbox, Sawfish, Sawmill, and Enlightenment |
|
|
Term
| what is the command to display a remote telent session? |
|
Definition
| export DISPLAY=yourhost:0.0 |
|
|
Term
| Command to display client application on a second display |
|
Definition
|
|
Term
| command to view loaded modules in the kernel |
|
Definition
|
|
Term
| command to load single modules |
|
Definition
|
|
Term
| command to load or unload modules in groups |
|
Definition
|
|
Term
| use ---- to view information about modules |
|
Definition
|
|
Term
| to determine kernel version and architecture |
|
Definition
|
|
Term
| What does the kernel use to load modules |
|
Definition
|
|
Term
| what does kmod use to load/unload groups of modules |
|
Definition
|
|
Term
| what does modprobe use to load modules |
|
Definition
|
|
Term
| What program builds the modules.dep file |
|
Definition
|
|
Term
| what program does the depmod program read |
|
Definition
|
|
Term
| what is the name of the kernel configuration file and where is it typically located |
|
Definition
|
|
Term
| what are the three kernel configuration files |
|
Definition
| make config, make menuconfig, and make xconfig |
|
|
Term
| where is the makefile located |
|
Definition
|
|
Term
| typical targets for the makefile are |
|
Definition
| config, menuconfig, xconfig, oldconfig, modules, install, modules_install and depmod |
|
|
Term
| where is the system initialization log |
|
Definition
|
|
Term
| what program can read the dmesg |
|
Definition
|
|
Term
| what are the lilo switches and what do they do |
|
Definition
-R runs a command on next boot -r changes root directory -s saves the boot sector to a named file -u restores a saved boot sector with a supplied file name |
|
|
Term
| Command to restore GRUB bootloader |
|
Definition
| grub-install /dev/hda for an ide drive |
|
|
Term
| command to boot a kernel from drives 1st partition |
|
Definition
|
|
Term
|
Definition
|
|
Term
| what and where is the default configuration for init |
|
Definition
|
|
Term
| What is the default runlevel in the inittab file |
|
Definition
|
|
Term
| What command can cause init to reread its configuration |
|
Definition
|
|
Term
| command to shut down a system at 4 PM with a 20 second wait |
|
Definition
|
|
Term
| how do you reboot the system immediately |
|
Definition
|
|
Term
| how do you halt a system shutdown |
|
Definition
|
|
Term
| what are the linux printing commands |
|
Definition
lpd - printer deamon lpr - print job submission lpq - printer query tool lpc - printer configuration tool lprm - remove a print job |
|
|
Term
| How do you print two jobs |
|
Definition
|
|
Term
| how do you work with a particular printer |
|
Definition
|
|
Term
| command to remove first job from the default queue |
|
Definition
|
|
Term
| Remove all print jobs from the default queue |
|
Definition
|
|
Term
| How to remove first print jobs from all queues |
|
Definition
|
|
Term
| Remove all print jobs from all queues |
|
Definition
|
|