Task Switch in Linux Console

Posted Over 13 years ago. Visible to the public.

To pause and send a task to the background
ctrl+z

to reactivate the task
fg

to run task in background
bg

to see a list of so running tasks
jobs

Last edit
Over 13 years ago
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2010-09-01 09:04)