Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ssh and nohup?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
derverstand
Guru
Guru


Joined: 15 Dec 2005
Posts: 511
Location: /dev/null

PostPosted: Fri Mar 10, 2006 11:42 am    Post subject: ssh and nohup? Reply with quote

Hi,

Is it possible to use nohup and ssh together?

Using nohup works:
Code:
nohup command &


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
View user's profile Send private message
Sleipnir
Guru
Guru


Joined: 20 Sep 2005
Posts: 372
Location: Germany

PostPosted: Fri Mar 10, 2006 1:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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