Ich versuche mit (Strg+Z + bg) einen Prozess in den Hintergrund zu versetzen:
[andrey@localhost dir]$ git clone https://github.com/rust-lang/rust
Cloning into 'rust'...
remote: Counting objects: 465324, done.
remote: Compressing objects: 100% (7/7), done.
^Zceiving objects: 15% (73683/465324), 49.82 MiB | 240.00 KiB/s
[1]+ Stopped git clone https://github.com/rust-lang/rust
[andrey@localhost dir]$ bg
[1]+ git clone https://github.com/rust-lang/rust &
Receiving onjects: 37% (174981/465435), 274.21MB | 217.00 KiB/s
Jetzt hänge ich mit dem Prozess im Vordergrund fest, nur kann ich ihn jetzt nicht mehr stoppen, d.h. Strg+Z bewirkt nichts mehr. Was habe ich falsch gemacht?
Ich verwende Bash auf Fedora 21 in einer VM.