Show processes


ps -ef
List processes

ps ax
List processes

To kill a running program

If you need to kill your program running in the background you can use this


sudo killall my_project.a