Change Directory
cd
remove a file
rm
small, lightweight, terminal based text editor in Linux
nano
What is the area we use to store files in Linux? Similar to a folder.
Directory
Who is the business partner that presented on Day 1 in the Morning?
Rebel
list files in the current directory
ls
make an empty file, or update a file
touch
The super-user command used to install software and updates
sudo
What is the administrator account called in Linux?
Who is the business partner that presented in the afternoon on day 2?
Werner Enterprises
Show the current working directory
pwd
copy a file and move it to the present directory
cp
command used to "get" software
apt-get
What is the term for the directory you are currently working in
What is current working directory
Who is the body builder?
Alberto
make a directory
mkdir
Move a file from a directory to another directory. (Similar to the "cut" option on most computers)
mv
Command to check for updates for installed software.
sudo apt-get update
What is the command to edit your boot config file?
sudo nano /boot/config.text
Who is the Fun Scholar, that is also a Linux Guru?
Tony
to remove an empty directory
rmdir
to remove a non-empty directory
rm -r
What is the command used to install updates?
sudo apt-get upgrade
100% open source and the best thing since sliced bread
What is Linux
Who created Linux?
Linus (Linus Torvalds)