Add sudoer

    技术2022-05-20  36

    1. Find the sudoers config file at the bottom after running:

     

    # visudo

     

    2. open the file, like in Fedora: /etc/sudoers

     

    3. Find line 

    root ALL=(ALL) ALL

     

    4. After it add: (substitute user for your actual user name)

    user ALL=(ALL) ALL

     

     

     

     


    最新回复(0)