Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

ubuntu move running process to background

Friendly Hawk answered on January 3, 2023 Popularity 8/10 Helpfulness 4/10

Contents


More Related Answers

  • move running terminal process to background linux
  • linux bring process to foreground
  • linux script as background process
  • how to start a background process in ubuntu
  • how to stop a background process in linux
  • linux send process to background and close terminal
  • launch process in screen in background

  • ubuntu move running process to background

    1

    1. Stop currently running command: Ctrl+Z

    2. Move stopped process to background by typing command: bg

    3. To make sure command will run after you close the ssh session execute command: disown -h

    Now you can exit ssh and next time you login you can reconnect and connect to process with reptyr process_id_here

    Note: You should only use the above if you already have started a process and been waiting on it and now you have to leave/close up your laptop. Otherwise use the screen tool.

    Popularity 8/10 Helpfulness 4/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jan 03 2023
    Friendly Hawk
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.