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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:53:25+00:00 2026-06-05T15:53:25+00:00

I am attempting to run a command as root from a php page, is

  • 0

I am attempting to run a command as root from a php page, is there any way to run shell_exec(su - root -c 'apt-get update') (for example) and pass the password to the shell? Or is there another way to run a root command from php and pass the password to the command.

I would prefer not to do the follow:

edit the /etc/sudoers file;
install the ssh2 php extension;
  • 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-05T15:53:27+00:00Added an answer on June 5, 2026 at 3:53 pm

    Used an entirely PHP based SSH implementation called phpseclib.

    This way the user doesn’t have to install a php extension like ssh2, just download the files and include them in your script. Then you can pipe the password to the command, like so:

    set_include_path(get_include_path() . PATH_SEPARATOR . 'phpseclib');
    include('Net/SSH2.php');
    
     $ssh = new Net_SSH2('localhost');
     if (!$ssh->login('root', $password)) {
         exit('Login Failed');
      }
    
     echo $ssh->exec('whoami');
    

    This php code will return the value “root”. Any commands you run at this time will be run as root.

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

Sidebar

Related Questions

I'm attempting to run a SSH command from a remote server with PHP's ssh2
I'm attempting to run the following command in PHP (on Ubuntu): <?php if (exec(/home/johnboy/ffmpeg/ffmpeg
As a customer in Plesk, I am attempting to run: php -q /httpdocs/_external/export/test.php From
I am attempting to run VLCJ test jar from command line. VLCJ requires two
In attempting to run ./manage.py runserver or shell or any other command for that
I am attempting to run the iOS simulator from the command line. I have
I am attempting to run the following command in KornShell (ksh): set -A INDEXES
When attempting to run the first example in the boost::mpi tutorial , I was
I'm attempting to run kohana classes in the install.php file but am having no
I'm attempting to get my first hello world rails example going using the rails'

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.