Basic Linux Commands
More Linux Commands
...But wait there's more Linux Commands
Linux Lingo
People, Places, and Things
100

Change Directory

cd

100

remove a file

rm

100

small, lightweight, terminal based text editor in Linux

nano

100

What is the area we use to store files in Linux? Similar to a folder.

Directory

100

Who is the business partner that presented on Day 1 in the Morning?

Rebel 

200

list files in the current directory

ls

200

make an empty file, or update a file

touch

200

The super-user command used to install software and updates 

sudo 

200

What is the administrator account called in Linux?

root (some might pronounce it groot)
200

Who is the business partner that presented in the afternoon on day 2?

Werner Enterprises

300

Show the current working directory

pwd

300

copy a file and move it to the present directory

cp

300

command used to "get" software

apt-get

300

What is the term for the directory you are currently working in

What is current working directory

300

Who is the body builder?

Alberto

400

make a directory

mkdir

400

Move a file from a directory to another directory. (Similar to the "cut" option on most computers)

mv

400

Command to check for updates for installed software.

sudo apt-get update

400

What is the command to edit your boot config file? 

sudo nano /boot/config.text

400

Who is the Fun Scholar, that is also a Linux Guru?

Tony

500

to remove an empty directory

rmdir

500

to remove a non-empty directory

rm -r 

500

What is the command used to install updates?

sudo apt-get upgrade

500

100% open source and the best thing since sliced bread

What is Linux

500

Who created Linux?

Linus (Linus Torvalds)