View previous topic :: View next topic |
Author |
Message |
derverstand Guru


Joined: 15 Dec 2005 Posts: 511 Location: /dev/null
|
Posted: Fri Mar 10, 2006 11:42 am Post subject: ssh and nohup? |
|
|
Hi,
Is it possible to use nohup and ssh together?
Using nohup works:
Using ssh works:
Code: | ssh user@host 'command' |
But how can I do the following:
Code: | ssh user@host 'nohup command &' |
If I try this, no command will be executed...
Best regards! |
|
Back to top |
|
 |
Sleipnir Guru


Joined: 20 Sep 2005 Posts: 372 Location: Germany
|
Posted: Fri Mar 10, 2006 1:34 pm Post subject: |
|
|
Have you tried
Code: |
ssh user@host 'command &'
| ?
This should work, because the & has the same effact as nohup,
it decouples the command from the executed shell. _________________ A)bort, R)etry, I)nfluence with large hammer. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|