operating-systems icon indicating copy to clipboard operation
operating-systems copied to clipboard

Processes practice ps command not working properly

Open tudorcondrea opened this issue 1 year ago • 4 comments

Hello, in the Processes subsection where we open 10 sleep processes, the ps -e -H -o pid,ppid,cmd | (head -1; grep "python3 sleepy_creator.py") and ps -e -H -o pid,ppid,cmd | (head -1; grep sleep) do not show the list of processes, however running ps -e -H is sufficient

tudorcondrea avatar Apr 10 '23 15:04 tudorcondrea