SCP running in the background

Reprinted: https://www.cnblogs.com/jyzhao/p/6253728.html

Brief

  1. Normal execution scp command
  2. Enter ctrl + z to suspend the task
  3. bg put it in the background (fg into the foreground)
  4. disown -h job ignores this HUP signal

Guess you like

Origin www.cnblogs.com/hepengju/p/12234949.html