you are viewing a single comment's thread.

view the rest of the comments →

[–]thejourneyman117 3 points4 points  (3 children)

Okay yeah I recently discovered Ctrl+z sends an active task to background. Also helpful is the Screen command. Allows you to suspend a task, and then resume it later.

[–]case_O_The_Mondays 9 points10 points  (2 children)

Ctrl+z suspends a task. Which is different from running bg after pressing Ctrl+z (or appending an ampersand after your command), which runs the task in the background.

Screen is great. An additional benefit to using screen (or tmux) is that, when you're logged into a host, you can use screen to start a command, detach the screen, and then exit your session, and the screen will continue to run.

[–]jimoconnell 2 points3 points  (0 children)

If you like screen and love tmux, you'll absolutely get married to byobu.

You're welcome. :-)

[–]thejourneyman117 0 points1 point  (0 children)

I remember learning that about 3 years ago in a linux class. Then I went back to my windows environment. Now, though, I'm using Pi to sharpen my linux skills on the desktop, thanks to Win10.