Re: Getting pid of a remote process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kurt Mueller

    Re: Getting pid of a remote process

    srinivasan srinivas schrieb:
    Thanks a lot.
    But i am wondeing will it return correct pid if more than one instance of <scriptnameru n on the remote machine??
    Thanks,
    Srini
    On UNIX-like OS:

    If you start the process in the background, you can
    get the PID with:

    <myhost>:~ssh <remotehost'l s -l & echo PID=$!' | grep PID
    PID=30596
    <myhost>:~>



    see:
    man bash
    -Special Parameters



    Grüessli
    --
    Kurt Müller, mu@problemlos.c h

Working...