cd ~/youtube
english12:255.9K views1 year ago

GNU/Linux Terminal Language: Prompt & Streams

$ mpv https://youtu.be/FscVGsYcdDQ
— mpv — FscVGsYcdDQ.mp4
cat description.md~/videos/FscVGsYcdDQ
eminwux@linux:~$ cat description.md
# GNU/Linux Terminal Language: Prompt & Streams
Lesson 01 of the GNU/Linux Foundations course. Before you can do anything useful in a shell, you need to understand what the prompt is actually telling you, what stdin/stdout/stderr really are, and how the kernel wires file descriptors to your keyboard and screen. We start from absolute first principles — no copy-pasting commands, no magic.
#linux#shell#tutorial#fundamentos