Monitoring background Jobs on UNIX systems
Posted on February 6th, 2010 in Oracle on Linux monitor background jobs on UNIX, UNIX commands
To monitor background jobs on UNIX, you can use the following commands : jobs ps jobs command jobs command will list all the jobs running in the background as follows: [1] – 12427 Running test.pl [2] + 12540 Stopped myprog.pl The value within “[]” is the job number. By this number you can control our [...]
Published by Paresh Sarma // Comment now »


