• @SoonaPaana
    link
    51 year ago

    Also please refresh my memory on how to find the process ID

    • @[email protected]
      link
      fedilink
      111 year ago

      You can do

      ps aux | grep -i 
      

      and the PID is in the second column of the output. However for this use case I recommend a process manager like htop or btop

    • Krzd
      link
      11 year ago

      top for Ubuntu at least will show you the top processes, I think sorted by averaged CPU usage.