Navigation
Text
VI
Create/move/delete
OTHER RANDOM STUFF
100

Command to move into a different directory

What is CD

100

Commands that outputs an entire file.

What is cat

100

How to enter insert mode

what is i

100

How to rename a file or place in different path

What is mv

100

Command to give you information on how to use a command.

What is man

200

Punctuation that represents current Directory

What is .
200

Command that outputs a file using pagination.

What is more, or less

200

How to exit insert mode, lets you navigate a file.

What is ESC

200

How to duplicate a file

What is cp

200

Command that searches for specific strings of text

What is grep

300

Punctuation that represents home directory for your user.

What is ~

300
Command that shows you the top 10 lines of a file

What is head

300

How to save and quit

What is xq, wq, x!

300

How to create a new directory

What is mkdir

300

Command that organizes output

What is sort

400

Command to show you what is in the current directory, including all files, permission information and in human readable terms.

What is ls -lah

400

Command that displays a string of text you enter

what is echo

400

How to quit without saving

What is :q!

400

How to remove a directory recursively

What is rm -r
400

Command that adds execute command to everyone

what is chmod +x file, or chmod a+x file

500

Command that tells you where you are currently located

What is PWD

500

Command that lets you create a file without using an editor or output redirection. 

what is touch

500

how to add a line underneath current line.

What is o

500

What command prefix is used to give you a one time root privilege?

what is sudo

500

Command that lists any open files.

What is lsof

M
e
n
u