Linux Commands - CameronProvost/Tech-Journal GitHub Wiki

History | head -n 10: This command displays the history of the last 10 executed commands in the shell. Its very useful to see what the user did last and what changed were made. However this is also a vulnerability because this file can hold improatnt information and can be accessed by an intruder.

To clear the history use the command "history -c"

mkdir This command makes a directory within a linux shell.

man The man command can be used within a linux shell to pull up a manual for any command in a terminal.