SSH Execute remote server script hint Php:command not found

Source: Internet
Author: User
SSH Execute remote server script hint Php:command not found setting environment variable

A machine as a management machine, to manage other servers, and through key authentication, password-free landing.

Remotely execute commands via SSH to other servers on the management machine

SSH [email protected] "cmd"

Execute a script on the remote server, but error, prompt Php:command not found cannot find PHP command

Remote machine

Which PHP results are/usr/local/php/bin/php

echo $PATH The result is

has been added to the path, but is not good enough to make

Workaround: Perform on the remote machine

Ln-s/usr/local/php/bin/php/usr/bin/php

Link to/usr/bin under

And then execute it from the management machine.

SSH Execute remote server script hint Php:command not found

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.