Skip to content

Linux Command Line Interface (CLI)

&

Runs commands in the background

&&

Runs multiple commands in one line

>

Redirects the output of a command somewhere else

>>

Appends the output of a command somewhere else

2>/dev/null

Ignores any file permission errors

2 represents stderr which means this command will "blackhole" an errors

Dumb stuff

`2> I personally have used this before when my Linux terminal exports my term as foot