Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 971263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:56:07+00:00 2026-05-16T02:56:07+00:00

I ssh to another server and run a shell script like this nohup ./script.sh

  • 0

I ssh to another server and run a shell script like this nohup ./script.sh 1>/dev/null 2>&1 &

Then type exit to exit from the server. However it just hangs. The server is Solaris.

How can I exit properly without hanging??

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T02:56:08+00:00Added an answer on May 16, 2026 at 2:56 am

    I assume that this script is a long running one. In this case you need to detach the process from the terminal that you wish to close when you terminate your ssh session.

    Actually you already done most of the work by reassigning both stdout and stderr to /dev/null, however you didn’t do that for stdin.

    I used the test case of:

    ssh localhost
    nohup sleep 10m &> /dev/null &
    ^D 
    # hangs
    

    While

    ssh localhost
    nohup sleep 10m &> /dev/null < /dev/null &
    ^D 
    # exits
    

    I second the recommendation to use the excellent gnu screen, that will do this service for you, among others.

    Oh, and have you considered running the script directly and not within a shell? I.e.:

    ssh user@host script.sh
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to write a script that will tell another server to SVN
Possible Duplicate: how to use ssh to run shell script on a remote machine?
My expect code does this: It does a ssh connect to another machine, sends
Im trying to SSH from Java to a server and run multiple commands. the
I used ssh to connect to my EC2 ubuntu. I then run a command
I'm trying to run a command on a remote server via SSH from a
I normally connect to another server using the terminal using: ssh username@xx.xx.xx.xx However, I
I cannot make my Perl script run stable on the server. Here is the
I have a shell script that runs on my server every day. It does
I want to ssh into a server from behind another ssh server. The gateway

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.