2024-09-04 11:47
When you type a command at the shell prompt in Linux, a shell process takes your command, executes it, and returns the exit status to you.
Ever curious about what’s going on behind the scenes?
Here’s a more technical description of a shell’s workflow 😎👇