I'll tell you which user you are.
What is whoami
Use me when you want to get into a different directory than you are currently in.
What is cd?
I am a game you can play on Linux where you gain extra length by gobbling up dollar signs.
What is nsnake?
What is echo?
Use me when you are not sure what is in a file. I'll show you and even string multiple files together if you like.
What is cat?
I can tell you where you are in the directory structure.
What is pwd?
I can show you everything that is in your current directory including folders, files, executables and more.
What is ls?
I can make random silly projections about what might be coming up for you.
What is fortune?
Use me to create a new file. Just give the name of what you want it to be right after the command.
What is touch?
To look for anything in a directory structure, you need to start at the very top?
What is the root directory?
If you don't know if your user ID has the power to do something, this command will give it to you. After the command, include what you want the super user to do?
What is sudo?
If you don't want something were it is, I'll put it someplace else for you. After the command be sure to tell what what you are moving and where you want it to go. I can also change the name of something for you as well. After the command give the name of what it is and then the name as you would like it to be.
What is mv?
I'll draw a bovine for you and make her tell you something.
What is cowsay?
When you need a new folder, I'll make it for you.
What is mkdir?
If you are curious about what you can install in your environment, I can show you. If you know some of the characters or part of the name of something you are looking for, just add it after the commands.
What is sudo apt-cache search?
Linux has so many commands that its hard to keep the all straight and know how to use them. I'll give you the information you need for most commands.
What is man?
I'll show you the entire directory structure, so you'll know how it is organized.
What is tree?
I'll help you download a file from a path on the internet -- some of which are games you can play and other fun apps. After the command, you'll need to supply the full path and file name.
What is webget?
Use me when you want to take the contents of one file and include it in a new file. This way, you have an extra file with the same data.
What is cp?
I look for patterns in files and return the lines so you can see what they are. After the command, supply the pattern and the file to look for it in.
what is grep?
I'll tell you what the IP address is of your VM.
What is ifconfig?
From the command line, I'll take you back to the prior commands you have executed so you can use them again.
What is an up arrow?
I am the set of commands you'll use to add a package to your environment. After the commands, you'll need to supply the name of the package.
What is sudo apt-get install?
I am one of several text editors in Linux. I give you the ability to write or change multiple lines of a file and then save it.
What is nano?
Linux keeps a record of all the commands you have used since your environment was created. It's not an unlimited number, but it's a lot. I number them from 1 and place them in order so you can go back and find out what you did.
What is history?