I am accessing a server running CentOS (linux distribution) with an SSH connection.
Since I can\'t always stay logged in, I use \"nohup [command] &\" to run my programs.
You cannot exactly get a list of commands started with nohup but you can see them along with your other processes by using the command ps x. Commands started with nohup will have a question mark in the TTY column.