There is a command...i can't remember it.
it's who to find out who's logged on, so it might be tasks or something. Run the command 'man' and have a look through your shell built-ins.
-Dave
Printable View
There is a command...i can't remember it.
it's who to find out who's logged on, so it might be tasks or something. Run the command 'man' and have a look through your shell built-ins.
-Dave
ps -ef|grep <pick a process>
that's how to find a specific process by name
ps -ef displays a longass list of all running processes. and ubuntu does have it :P