Determine the root user in linux

Source: Internet
Author: User


In linux, how does one determine whether the current user is root? Determine whether the current user is root www.2cto.com Shell code Java code # ------------------------------ root user check --------------------- start if ['id-U'-ne 0]; then echo "Please re-run $ {this_file} as root. "exit 1 fi # ------------------------------ root user check ------------------- end if [x" $ USER "= x" "]; then if id | grep" ^ uid = 0 (root) ">/dev/null; then: else echo" Please rerun 'basename $ 0' as root. "exit 1 fi els E if [! X "$ USER" = x "root"]; then echo "Please rerun 'basename $ 0' as root. "exit 1 fi #==================== check current user start ======================== = if [! $ USER = root]; then echo "Please rerun this script as root. "exit 1 fi #===================== check current user end ============================ #! /Bin/sh if id | grep "^ uid = 0 (root)">/dev/null; then echo is root else echo not root fi check_user () {if [$ UID-ne 0]; then echo "Current user is not ROOT. "echo" Please rerun the installer as Root user. "exit 11 fi}

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.