Ps command linux process management
Question
What does the ps
command do in a Linux environment?
Answer
The ps
command in Linux is used to display information about currently running processes, including their process IDs, status, and resource usage. It helps users monitor and manage system processes effectively.