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

  • Home
  • SEARCH
  • 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 8054141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:04:58+00:00 2026-06-05T08:04:58+00:00

Running a C# program with mono under Cent OS. There is a fifo that

  • 0

Running a C# program with mono under Cent OS. There is a fifo that allows external input to go into this program.

I also have cat to accept input from the screen session the mono program is running in.

#! /bin/bash -
echo "Starting server"
mono --gc=sgen Server-CLI.exe < $fifo &
echo $$ > $PIDFILE
cat > $fifo
echo "Server stopped. Cleaning up"
rm -f $fifo
rm -f $PIDFILE

How can I make cat exit whenever the mono program exits? Right now if the mono program exits, cat is still running so the script never reaches the 2nd echo.

  • 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-06-05T08:04:59+00:00Added an answer on June 5, 2026 at 8:04 am

    Save the PID of mono. Run cat in the background and save its PID. wait for the PID of mono. When this is satisfied, kill the PID of cat.

    mono &
    monoPID=$!
    cat &
    catPID=$!
    wait "$monoPID"
    kill "$catPID"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a method to monitor a running program that I have
I now have a running Java program which only lacks of the final step,that
I am getting this R6034 error when running program that I just updated (and
I have a program written in C#, running on Linux using Mono. The program
I have a long running program, my_prog that has some output that I want
I've heard that most lisps support saving image of running program into file. Does
I have a possibly long running program that currently has 4 processes, but could
I have a running program that uses glVertexPointer, glNormalPointer etc to draw a large
I have a long running program that exectues some mySQL-Queries every 5 minutes (timed
How do you send keyboard input to a program? That is, under a Linux

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.