Name

^Z

Typing ^Z in a shell, while a job is running in the foreground, will suspend that job. It simply stops running, but its state is remembered.

$ mybigprogram
^Z
[1]+  Stopped                 mybigprogram
$

Now you’re ready to type bg to put the command into the background, or fg to resume it in the foreground.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.205.223