| View previous topic :: View next topic |
| Author |
Message |
Dreader Linux Newbie


Joined: Jan 26, 2009 Posts: 3
|
Posted: Mon Jan 26, 2009 9:10 am Post subject: jobs command doesnt list all running processes |
|
|
I entered the jobs command in my bash, and it doesn't show any results, how can I see all my running processes in terminal, without opening system monitor?! I have Ubuntu 8.04 on my PC???
Does anybody have a clue how can I solve this problem!?!? |
|
| Back to top |
|
 |
merciana Linux Newbie


Joined: Jul 27, 2009 Posts: 1
|
Posted: Wed Jul 29, 2009 2:59 am Post subject: |
|
|
| What are my change to become a Linux Administrator at 46? I am planning to change career & would like to learn Linux & maybe Windows administration. What are my chances to get a job at my age? And what material should I start learning ? Linux or Windows? Thanks for your feebacks. |
|
| Back to top |
|
 |
wolf_london Linux Newbie


Joined: Nov 01, 2009 Posts: 3
|
Posted: Sun Nov 01, 2009 8:53 am Post subject: Re: jobs command doesnt list all running processes |
|
|
| Dreader wrote: | I entered the jobs command in my bash, and it doesn't show any results, how can I see all my running processes in terminal, without opening system monitor?! I have Ubuntu 8.04 on my PC???
Does anybody have a clue how can I solve this problem!?!? |
ps is ok . for example:
chrysanthemumwolf@chrysanthemumwolf-laptop:~$ ps
PID TTY TIME CMD
4680 pts/0 00:00:00 bash
4699 pts/0 00:00:00 ps
chrysanthemumwolf@chrysanthemumwolf-laptop:~$
more info on man ps |
|
| Back to top |
|
 |
|