AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  scp stopped when using nohup

    Posted 10/19/06 07:25 AM

    Originally posted by: SystemAdmin


    the scp command runs correctly as below:
    scp * host1:/temp
    #enter the password
    #scp output correctly

    but fails when using nohup
    nohup scp
    #enter the password
    #no any output

    What is the problem?
    #AIX-Forum


  • 2.  Re: scp stopped when using nohup

    Posted 10/19/06 07:31 AM

    Originally posted by: SystemAdmin


    Sorry, some modificatin:

    the scp command runs correctly as below:
    scp * host1:/temp
    #enter the password
    #scp output correctly

    but fails when using nohup
    nohup scp * hots1:/temp
    #no any output,
    #and no file being copied. the nohup.out is generated but empty.

    What is the problem?
    #AIX-Forum