2010-06-12

Switch between Background and Foreground Process

> ${software} & (run in background)
> ${software} (run in foreground)
ctrl+Z (suspend)
ctrl+Z then bg (bring the suspend process to background)
fg (bring the background process back to foreground)

No comments:

Post a Comment