Command to move into a different directory
What is CD
Commands that outputs an entire file.
What is cat
How to enter insert mode
what is i
How to rename a file or place in different path
What is mv
Command to give you information on how to use a command.
What is man
Punctuation that represents current Directory
Command that outputs a file using pagination.
What is more, or less
How to exit insert mode, lets you navigate a file.
What is ESC
How to duplicate a file
What is cp
Command that searches for specific strings of text
What is grep
Punctuation that represents home directory for your user.
What is ~
What is head
How to save and quit
What is xq, wq, x!
How to create a new directory
What is mkdir
Command that organizes output
What is sort
Command to show you what is in the current directory, including all files, permission information and in human readable terms.
What is ls -lah
Command that displays a string of text you enter
what is echo
How to quit without saving
What is :q!
How to remove a directory recursively
Command that adds execute command to everyone
what is chmod +x file, or chmod a+x file
Command that tells you where you are currently located
What is PWD
Command that lets you create a file without using an editor or output redirection.
what is touch
how to add a line underneath current line.
What is o
What command prefix is used to give you a one time root privilege?
what is sudo
Command that lists any open files.
What is lsof