File descriptors

Description: In Linux, almost everything is a file. Learn about file descriptors and the different tools you can use to work with them.

Skill level: intermediate

Tags: file descriptors linux

Environment variables

Description: Environment variables store information about the environment in which a process is run. Learn how Linux uses them and how to control the behavior of some processes.

Skill level: beginner

Tags: env vars linux

Shell redirection

Description: Learn how to redirect input and output when running a program from the shell.

Skill level: beginner

Tags: linux shell redirection