sudo execution script cannot find an environment variable workaround

Source: Internet
Author: User
Problem: When an ordinary user sets and export a variable and then executes the echo command with sudo, the value of the variable can be obtained, but if the echo command is written to the script and then Sudo executes the script, the variable cannot be found and the value cannot be obtained. Reason

When Sudo runs, the environment variable is reset to a safe environment variable by default, that is, the previously set variables will be invalidated, and only the environment variables specified in a few configuration files can be saved.

sudo configuration files are /etc/sudoers required for root access to read:

Modify in/etc/sudoers:
Defaults Env_reset
For:
Defaults!env_reset

In this way, any environment variables can be passed through sudo.

Transferred from: http://bbs.chinaunix.net/thread-1920936-1-1.html

Http://blog.sina.com.cn/s/blog_4da051a60102uyvg.html

sudo execution script cannot find an environment variable workaround

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.