Process Management
Until Now
Account Management
Boot Management
Server Migration
100

This is a background process that runs on its own without input from the keyboard. While it runs in the background, other process can be run in the foreground

What is a daemon

100

This symbol represents the user's home directory

What is ~ or tilde

100

The three type of users are Regular User, Super User, and ____

What is System User 

100

What mode do you enter when breaking the root password?

What is single user, maintenance, or emergency mode

100

This command is used to create archive files 

What is tar or tar -cvf
200

When a parent process terminates, its child process becomes a ____ process

What is an orphan process

200

This hypervisor is commonly used to create and manage virtual machines (you have experience with it)

What is VMWare

200

Name one of the hidden files that is created when a user account is created

What is .bash-logout, .bashrc, .bash_profile

200

___ is a pre-defined operating state that determines which services and processes are running on a system after booting up (there are 7)

What is a runlevel 

200

This tool is a fast, versatile, remote file copying tool. It compares differences of directories and files, and only transfers those differences.

What is rsync

300

This command will terminate a process 

What is kill -9 PID

300

This file holds user account password information

What is /etc/shadow

300

What two commands create a user and a group

What is useradd and groupadd 

300

uname -r displays the current _____

What is kernel

300

You need these these four pieces of information when securely copying files to and from another server 

What is the username, IP address, password, and file path

400

This command will display all the processes in execution, including full information and the process in the background

What is ps -eaf

400

The front end of your virtual machines is referred to as what?

What is GUI 

400

Marissa logs onto a server and is able to perform tasks typically only a root user can. What allows this?

What is being added to the wheel group or /etc/sudoers file

400

Where is the kernel located?

What is grub.cfg or /boot/grub2/grub.cfg or /usr/src/kernels
400

This flag is used to copy entire directories recursively 

What is -r
500

This command will provide a list of files that are opened

What is lsof

500

This directory is used against usermod to permanently disable a user

What is /sbin/nologin

500

What configuration file holds user account information

What is /etc/passwd

500

What loads and executes the MBR boot loader?

What is BIOS

500

SCP uses ___ for data transfer and uses the same authentication as ___

What is SSH