diff --git a/Programming_Languages/Shell_Scripting/Processes.md b/Programming_Languages/Shell_Scripting/Processes.md index c8163d4..0eda07b 100644 --- a/Programming_Languages/Shell_Scripting/Processes.md +++ b/Programming_Languages/Shell_Scripting/Processes.md @@ -8,7 +8,7 @@ tags: # Processes (`ps`) -`ps` allows us to control [user processes](../../Operating_Systems/The_Kernel.md) from the shell. +`ps` allows us to control [user processes](/Operating_Systems/The_Kernel.md) from the shell. The command in its most minimal application returns the following