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 7415183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:15:03+00:00 2026-05-29T07:15:03+00:00

I am accessing my linux box via netcat using bin/sh as my shell. I

  • 0

I am accessing my linux box via netcat using bin/sh as my shell. I coded a small program, extract below:

printf("Enter command to exec \n");

fgets(abc,128,stdin);

....

What is happening is that when I run the program within the shell over netcat, the “enter command to send to system” doesn’t print until after I have actually exited the program.

It should be the first thing that appears on screen after ./program, and strangely it takes my input upon run as if skipping the printf command. My input gets sent to the system fine (and prints the output), but the screen is otherwise blank with no printfs I have coded appearing.

However, once I exit the program, all the printfs actually appear (as if buffered) before it return to the shell. Any thoughts as to why this happens? If there is more information you need just let me know and I will gladly update the thread.

Thank you very much

  • 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-29T07:15:03+00:00Added an answer on May 29, 2026 at 7:15 am

    On a terminal stdout is usually line buffered, you have to either fflush(stdout) or a print a new line '\n' to see your characters printed.

    On non interactive devices, streams are often full-buffered and you have to flush stdout to have your characters printed:

    printf("Enter command to send to system \n");
    fflush(stdout);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm accessing through ssh to a linux box. I was simply updateing the packages
I have problems accessing the process command line from Linux 64 bit Assembly program.
When accessing the winapi method CloseHandle() via .net P/Invoke, should the argument be IntPtr
when accessing foo() of base using derived class's object. #include <iostream> class base {
I'm accessing an Ubuntu machine using PuTTY, and using gcc. The default LANG environment
On Linux, how can I make sure that my program is the only one
I am using C language and Linux as my programming platform. I am developing
I'm using an ARM Cortex-A8 based processor called as i.MX515. There is linux Ubuntu
I am using MySQL 5.0 for a site that is hosted by GoDaddy (linux).
on a linux box with plenty of memory (a few Gigs), I need to

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.