A process command in top A process command in top linux linux

A process command in top


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

top -c


Press "c" and display the command-line - that will allow you to see what they are.


You might also check out the ps command. Depending on your system:

ps aux

or

ps -fu USERNAME