To clarify my comment, `Control`+`z` pauses a process and returns control to the shell. From there `fg` will unpause it in the foreground and `bg` will unpause it in the background. You can initially start it in the background by adding `&` to the end of your command line.