Don't forget: CD takes you to the home directory!
The directory which contains everyone's personal home directories is /home.ad
Remember: ~ is a shortcut for your personal home directory!
The shell is where we type our commands!
Ssh helps to connect to a remote server!
100

This is what BASH stands for.

What is Bourne Again Shell? 

100

Cd / etc is a command that accomplishes this. 

What is change to etc directory that is off the root (Absolute address)?

100

Touch is a command that is typically known to do this.

What is create an empty file?


100

The date command should hopefully accomplish this, which is similar to its name... How odd.

What is print the date? 

100

The file command should accomplish this.

What is determine the file type? 

200

This is the command that copies a file.

What is cp?
200

This is the command that lists the current directory's contents.

What is ls?

200

Tree is a command that accomplishes this.

What is displays all directories and their contents?

200

This command, an abbreviation for its accomplishment, generally shows a calendar for the current month.

What is cal? 

200

This type of file perusal filter is generally used for crt viewing.

What is less? 

300

The command cd.. is supposed to accomplish this.

What is move up one directory (relative address)?

300

This command displays directory results in a long format.

What is ls -l? 

300

This command generally removes a file. 

What is rm? 

300

Df is a command that should accomplish this.

What is report the amount of disk space used and available on file systems?

300

This command generally makes a new directory... haven't found an alternate yet.

What is mkdir? 

400

Alternatively, the command cd ../.. is supposed to accomplish this.

What is move up two directories (relative address)? 

400

The mv command should accomplish this.

What is move a file/directory OR rename a file? 

400

This command removes directories, and may be quite similar to another command...

What is rm -r?

400

This command should display the amount of free and used memory in the system... I wouldn't know.

What is free?

400

$HOME is also commonly known as this.

What is your personal home directory?

500

This is what the pwd command stands for (the acronym).

What is print working directory?

500

This is the command that creates a symbolic link.

What is ln -s? 

500

This command lists all the files and directories in a directory, including hidden ones.

What is ls -a? 

500

If you think real hard, you may figure out that the exit command should do this.

What is cause normal process termination? 

500

This is the command that creates a hard link between files. 

What is ln?

M
e
n
u