Category: Linux
-
Piping & Output Redirection in Bash
These are my rough notes learning Linux through a module in Pwn College’s Linux Luminarium dojo. So, every process in Linux has three different standard channels of communication:stdin – Short for Standard Input is the channel used by the process…