ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [Linux] {user} is not in the sudoers file. This incident will be reported.
    OS/Linux 2021. 5. 3. 11:27

    #

    sudo yum install {some} 중 에러 발생

    {user} is not in the sudoers file.  This incident will be reported.

     

    ##

    접속 user의 권한을 올려야 함

     

    ###

    $su

    $vi /etc/sudoers

    {user} ALL=(ALL:ALL) ALL

     

Designed by Tistory.