Linux Fundamentals - ktopolov/DatabaseSystem GitHub Wiki
Suspend Process
Sometimes we are editing a file or have one process open and want to jump back to the command line really quick and resume editing without losing our progress. To put the current program (for example, VIM) into the background temporarily, use CTRL
+ Z
. Do whatever you need, and then type fg
to bring VIM back up to the foreground.