• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Suspending and resuming a running processEdit

Created 12/7/2011, updated 5/18/2017
$ kill -s STOP 1234
$ kill -s CONT 1234

You can also Control-Z a foreground process to suspend it, and signal that it should continue in the background with:

bg %1
  • bash
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).