In Linux, how does one run the Compilation Program with the root permission?

Source: Internet
Author: User
In Linux, if some compilation programs use the original socket, the root permission is required to run the program, but the permission cannot be improved when the program is running. What should I do at this time? Next we will introduce how to run the program compilation with root permission in Linux without adding sudo or switching to # prompt.

In Linux, if some compilation programs use the original socket, the root permission is required to run the program, but the permission cannot be improved when the program is running. What should I do at this time? Next we will introduce how to run the program compilation with root permission in Linux without adding sudo or switching to # prompt.

The procedure is as follows:

1. Use the root permission to complete gcc;

2. chmod u + s executable files

In this case, you can run the command just like the ping Command provided by Linux, without the need for sudo or switching to the # prompt.

Of course, since the ping source code on UNP uses setuid (getuid () after the original socket is created, the minimum permission principle is maintained.

The above two steps are indispensable. As long as you follow the methods described in this article, you can run your own compiled programs with root permissions on Linux.

Related Article

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.