UNIX Guide, for beginners and Mac OS X users
You are here: SillyDog701 > UNIX Guide >SillyDog701 > UNIX Guide > (index) supportSupport - ask in our friendly forums.

Listing active jobs

To display the state of any background jobs that you are currently running use the job command. For example:

   jobs
   [1]  + Running              xterm -g 90x55
   [2]  - Running              xterm -g 90x55

This displays the job number, its state and the command associated with this job.

To display the process number use the -l option. For example:

   jobs -l
   [1]  +  3584 Running              xterm -g 90x55
   [2]  -  3587 Running              xterm -g 90x55

[Home]UNIX Guide home | [Search]search | index
Page URL: http://sillydog.org/unix/
[SillyDog701] [Netscape] [MozInfo701] [MacCentre701] [UNIX Guide] [AntTunes701][Forums] [Search] [Change Log] [Feedback] [About Us] [Sitemap]
This UNIX Guide maintained by SillyDog701, portion of this Guide is based on UNIXhelp. UNIXhelp is copyright University of Edinburgh. This page was last modified on 14 March, 2006
Netscape NOW!Made on a Mac
support MozInfo701 and SillyDog701