To wrest control back you can do the following:
Press CTRL+Z to stop the job and get your command prompt back, thenSummary:
type "bg" then enter to run the job in the background
To see the list of jobs you've backgrounded type: "jobs" then hit enter
To bring one of the listed jobs back to the command prompt you can type "fg" then the number of the job you with to bringforward.
CTRL+Z then "bg"
"jobs" to see the list of jobs in the background
"fg" then # to bring a job back front.
No comments:
Post a Comment