Description: Learn about env vars, the most common ones, and how to work with them in Linux.
Skill level: beginner
Tags: env vars linux
Description: Learn about file descriptors, the three standard ones, and what tools you can use to work with them.
Skill level: intermediate
Tags: file descriptors linux
Description: Learn how pipes work and how to connect commands using them.
Skill level: beginner
Tags: linux pipes
Description: Learn how to redirect input and output when running a program from the shell.
Skill level: beginner
Tags: linux shell redirection
Description: Learn about signals, the most common ones, and how to send them in Linux.
Skill level: intermediate
Tags: linux signals