Hi All
IN solaries I am trying to copy files with scp command should continue to work in background evenif logout the session.But scp stops copying as soon a I logged out of session .following are the steps I tried.
1. get the confim PID from prstat or ps
2.control + z -----stopping job in foregroung(it not kills the process)
3.bg ----starts the latest stopped process in background
4.nohup PID ----to cont. copying after session logout
not used & for putting job in background as scp command asks password later.
still job fails to copy .Please suggest solution

Reply With Quote
