You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
You don't have an account yet? Just get one: Register
Forgotten your password? Get a new one: Send new password
yourcommandhere &
Runs your command in the background
If you run a command normally, then decide you want it to run in the background press
Ctrl z
then type
bg
to set it running in the background.
Typing
fg
brings it forward again.
Running the command with nohup (no hangup)
nohup yourcommandhere
output is appended to ~/nohup.out
Screen is a terminal multiplexer. It lets you run many windows in one terminal.
CTRL + A + D
hides app in the background, so it will continue to run. If you wish to open app back up, type
screen -r