jobs

From Initq

Jump to: navigation, search

jobs is a command to find out how many suspended jobs you have and what their job id is.

when you are running a job you can do CTRL-Z to put things in the background.

Use fg to connect to the job again.

If your process is stuck then use jobs -l and looked for process id for stopped jobs.

Personal tools