I'm new to linux.
How can I show a list of all processes that says about each process if it's running or suspended? I've tried
ps -ef|grep myusername
but it doesn't say if the processes are running or not. also tried
ps ux
same thing, it doesn't say if the processes are running or not.
I'm looking for something like this list: I get this list when I move a process to background, I don't know how to see it otherwise...