4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
1 results tagged screen x
  • thumbnail
    linux - Is it possible to detach a process from its terminal? (Or, "I should have used screen!") - Server Fault

    Via blue iirc :
    You can press ctrl-z to interrupt the process and then run bg to make it run in the background.

    You can show a numbered list all processes backgrounded in this manner with jobs.

    Then you can run disown %1 (replace 1 with the process number output by jobs) to detach the process from the terminal.

    In spite of the name, the process will still be owned by you after running disown, it will just be detached from the terminal you started it in.

    October 11, 2015 01:29:34 PM GMT+02:00 * - permalink -
    QRCode
    - http://serverfault.com/questions/34750/is-it-possible-to-detach-a-process-from-its-terminal-or-i-should-have-used-s
    screen tmux
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation