ps aux
ps aux is a command to list all the processes running on the system.
lsof -i:port
lsof -i:port is a command to list all the processes that are using the port.
nohup command &
nohup command & is a command to run the command in the background.