Process Management Commands Used to view, manage, or kill running processes.
Command Description
ps View running processes
top Dynamic real-time process view
kill Kill a process by PID
killall Kill processes by name
コメント