Search code examples
linuxbashprocessutilitiestop-command

A process command in top


The problem comes up when you run couple of python scripts. in top at command, it shows only 'python' with these scripts. How to rename a process or otherwise tag it so that I could tell them apart in top?


Solution

  • Simply use the --full-commands option to show the full command line for each process :

    top -c