Re: Fatal memory error

new topic     » goto parent     » topic index » view thread      » older message » newer message
irv said...

ctl-z does NOT end your program! It puts it into the background, still running, with files open.

Ctrl+Z suspends a program.

  • bg will move it to the background, as if you ran command &
  • fg will bring it back to the foreground

https://www.thegeekstuff.com/2010/05/unix-background-job/

Ctrl+C should end the program.

https://www.ostechnix.com/list-useful-bash-keyboard-shortcuts/

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu