How do I return to the command line in Ubuntu 12.04 server when all there is, is a line with nothing but a flashing underscore on it. I typed a command wrong and it is stuck like this.
How do I return to the command line in Ubuntu 12.04 server when all there is, is a line with nothing but a flashing underscore on it. I typed a command wrong and it is stuck like this.
Try to press CTRL+Z, you should get a prompt then type
bg
to resume it but running as a background process.You can type
ps -aef
to look for the command PID to eventually kill it: