21-27 of 494,000 results
Open links in new tab
  1. How To Use ‘sudo’: The Complete Linux Command Guide

    May 29, 2024 · Sudo is one of the most popular commands available in the Linux command line and you might even come across memes about it. Despite its popularity, few people know how to exploit its …

  2. Chapter 8. Managing sudo access | Security hardening | Red ...

    Chapter 8. Managing sudo access | Security hardening | Red Hat Enterprise Linux | 10 | Red Hat Documentation8.1. User authorizations in sudoers Copy linkLink copied to clipboard! The …

  3. Chapter 9. Managing sudo access | Configuring basic system ...

    Chapter 9. Managing sudo access | Configuring basic system settings | Red Hat Enterprise Linux | 8 | Red Hat DocumentationCopy linkLink copied to clipboard! The /etc/sudoers file and, by default, drop …

  4. Use sudo Command in Non-Interactive Mode | Baeldung on Linux

    Mar 18, 2024 · As the output shows, sudo prompted for the password and waited for us to provide the password of the user kent to continue. After we typed the correct password, it copied the .vimrc to …

  5. linux - Use sudo with password as parameter - Stack Overflow

    Aug 14, 2012 · I would like to run sudo with my password as parameter so that I can use it for a script. I tried sudo -S mypassword execute_command but without any success. Any suggestions?

  6. Sudoers file, enable NOPASSWD for user, all commands

    Aug 19, 2013 · It seems is a good practice to create the wheel group for non-password sudo authentication instead of altering sudo group itself. sudo groupadd wheel then in file /etc/sudoers add …

  7. sudo - Gentoo wiki

    Dec 20, 2025 · By default, sudo asks the user to identify himself using his own password. Once a password is entered, sudo remembers it for 5 minutes, allowing the user to focus on his tasks and …