Comments on: How to Run Commands Simultaneously in Linux https://www.rosehosting.com/blog/how-to-run-commands-simultaneously-in-linux/ Premium Linux Tutorials Since 2001 Wed, 05 Apr 2023 07:15:05 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Mace Moneta https://www.rosehosting.com/blog/how-to-run-commands-simultaneously-in-linux/#comment-47277 Wed, 19 Sep 2018 00:16:08 +0000 https://www.rosehosting.com/blog/?p=28190#comment-47277 “Otherwise, it will continue to run in the background and fill the command line with its output and you won’t even be able to kill it with Ctrl+c because it’s not running in the foreground.”

Just type fg, followed by ctrl-c to bring the process to the foreground and kill it.

]]>
By: dwayne https://www.rosehosting.com/blog/how-to-run-commands-simultaneously-in-linux/#comment-47276 Tue, 18 Sep 2018 20:39:55 +0000 https://www.rosehosting.com/blog/?p=28190#comment-47276 Besides using ampersands, Ctrl-Z and other job-control commands, you can also just forget about all these and use tmux and/or GNU screen.

]]>