Quantcast
Channel: How to compose next command while previous is executing? - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by glenn jackman for How to compose next command while previous is executing?

$
0
0

You can throw the currently-running command into the background with:

  • Ctrl-Z to suspend the process, and
  • bg to resume it in the background.

Then you have your prompt back and you can start typing the next command.

The previous command's stdout and stderr will still go to your terminal though.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>