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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:37:53+00:00 2026-05-11T15:37:53+00:00

I am trying to make a few php scripts that will run among other

  • 0

I am trying to make a few php scripts that will run among other things system calls commands like top and other custom scripts. You can see the code below is super simple. The problem that we are having with the php below is that when I call the php from the linux prompt like:

#php checkTOP.php  

it will return the top -n 1 output in the screen no problem there.

When I run the script from the webserver using the http://url.com/checkTOP.php it only returns the following:

program:/usr/bin/top -n 1 ver1 = retval = 1 Returned not zero

Which is my debugging statements.

<?php         $program='/usr/bin/top -n 1';         echo 'program:{$program}<br /> \n';         $ver1=system($program,$retval);         echo 'ver1 = {$ver1}<br />\n';         echo 'retval = {$retval}<br /> \n';         if($retval==0)         {                 echo 'Returned 0<br />\n';         }         else         {                 echo 'Returned not zero <br />\n';         }         die; ?> 

Change 1: One more thing. All permissions are set correctly /usr/bin/top is set root:apache with rxrxrx and also all the directories /usr/bin.

  • 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. 2026-05-11T15:37:53+00:00Added an answer on May 11, 2026 at 3:37 pm

    Ole beat me; I used output buffering so I’ll post it:

    <?PHP
    ob_start();
    $program='/usr/bin/top -n 1 -b';
    passthru($program);
    $t=ob_get_contents();
    ob_end_clean();
    echo '<PRE>$t</PRE>'; ?>

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 194k
  • Answers 194k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I don't believe I am supposed to manually create an… May 12, 2026 at 6:47 pm
  • Editorial Team
    Editorial Team added an answer Any and all request headers can and will be spoofed.… May 12, 2026 at 6:47 pm
  • Editorial Team
    Editorial Team added an answer Use interactive rebase: git rebase -i SHA-OF-FIRST-COMMIT-IN-BRANCH That will open… May 12, 2026 at 6:47 pm

Related Questions

I make an AJAX request to see if a sesion variable has been set.
EDIT: I've tagged this C in a hope to get more response. It's more
I have been a desktop developer for a few years mostly doing object oriented
I currently ftp all my files to my website when i do an update

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.