Background processes running on ubantu

Ioannis Vranos ioannis.vranos at gmail.com
Mon Jan 30 20:37:08 UTC 2012


On Mon, Jan 30, 2012 at 10:28 PM, Ioannis Vranos
<ioannis.vranos at gmail.com> wrote:
> On Mon, Jan 30, 2012 at 8:45 PM, Shashank Ghoti
> <shashank.ghoti at gmail.com> wrote:
>> Hi All,
>>
>> I have 5 processes running in the background. What is the command to  see
>> only running background processes (in my case 5 processes)? i have tried
>> through ps.
>> Can anybody help me to know exact command for that?
>
> I think you are looking for jobs.
>
> http://www.computerhope.com/unix/ujobs.htm
>
> --
> Ioannis Vranos
>
> http://cppsoftware.binhoster.com

To see all your processes, you may type

ps x

or

ps ux

"x" when NOT used with "a": display all Your processes
"x" when used with "a": displays all users processes

"u": displays the users of the processes.


-- 
Ioannis Vranos

http://cppsoftware.binhoster.com




More information about the ubuntu-users mailing list