nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

ssh nohup connection

This is a discussion on ssh nohup connection within the Linux software forums, part of the Linux Getting Started category; Good morning all ! Can any one point out me towards this small issue. I would like to use ssh ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 01-29-2006, 07:06 PM
Guest
 
Posts: n/a
Default ssh nohup connection

Good morning all !

Can any one point out me towards this small issue. I would like to use ssh connection to connect remote server and run command. Once done i would like to quit ssh but keep running command in background. someone told me to use nohup but i' m unable to use it. Please give me syntax or usage of same. Thanks a lot for reading
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-30-2006, 05:21 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

You can use ssh

ssh user@server

Once logged in try nohup as follows
Code:
# nohup command &
# exit
OR

Code:
# nohup script.sh &
# exit
See http://www.cyberciti.biz/nixcraft/vi...r-you-exit.php
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
ISP connection althea008 Computer Networking and Internet/broadband 0 03-20-2008 05:41 AM
ssh connection on WAN satimis Networking, Firewalls and Security 0 02-21-2008 01:28 PM
squid ftp connection pansarevai Linux software 4 02-18-2008 05:36 PM
PPPoE Connection on OFF hour surmandal Computer Networking and Internet/broadband 3 01-16-2008 01:01 PM
how to do nohup on an sh file Linux software 1 01-30-2006 04:57 PM


All times are GMT +5.5. The time now is 02:44 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36