Everything You Need to Know About sudo | Linux Essentials Tutorial

Поділитися
Вставка
  • Опубліковано 17 тра 2024
  • Sudo is a fundamental Linux command that allows a system administrator to delegate authority to give certain users, or groups of users, the ability to run commands as root or another user. In this video, we'll cover the basics of sudo and how it works.
    Chapters:
    0:00 Introduction
    0:41 Why Do We Need sudo?
    2:10 Check If sudo Is Installed
    3:00 What Group is sudo In?
    5:50 Which Permissions Can sudo Access?
    6:30 Running apt update with sudo
    7:00 Running sudo with the Previous Command
    8:20 What is the /etc/sudoers file?
    13:00 How to Properly Edit the sudoers File
    18:20 Setup sudo Access Without a Password
    19:20 A Quick Review
    20:30 Including an Error On Purpose
    23:15 Conclusion
    New to Cloud Computing? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
    Read the doc for more information on Linux users and groups → www.linode.com/docs/guides/li...
    Learn more about Sysadmin basics → www.linode.com/docs/using-lin...
    Subscribe to get notified of new episodes as they come out → ua-cam.com/users/linode?sub_co...
    #Linode #AlternativeCloud #sudo #Linux
    Product: Linode, Linux, sysadmin; Jay LaCroix;
  • Наука та технологія

КОМЕНТАРІ • 54

  • @JoelTalom
    @JoelTalom 2 роки тому +7

    Just love the linux essentials series! Can't wait the next video

  • @Ethorbit
    @Ethorbit Рік тому +5

    Your tutorials are very appreciated; they are clear and well thought out so that every possible question is answered and there is no confusion leftover, with some side knowledge showing useful tricks (like !! enters the previous command, I did not know this!)

  • @kellypainter7625
    @kellypainter7625 2 роки тому

    Nice! I just learned how to remove the password requirement in WSL. Thanks for your videos.

  • @runnerlinux1474
    @runnerlinux1474 Рік тому

    Thank you Teacher for all yr teaching...
    Everytime I got new thing to learn from u ..
    U are awesome ⭐

  • @ecotoser
    @ecotoser 2 роки тому

    really enjoying these!

  • @behindthescene2727
    @behindthescene2727 Рік тому

    just gratitude to the makers n explainer

  • @Jonathan-ru9zl
    @Jonathan-ru9zl 2 роки тому

    Supremely good tutorial 👌

  • @moosehole646
    @moosehole646 2 роки тому +4

    The leftmost picture behind your head is too high.

  • @RichardFreeberg
    @RichardFreeberg Рік тому

    Many thanks. Nice instructional video!

  • @PunitChoudhary
    @PunitChoudhary Рік тому

    "sudo !!"
    It is going to help me a lot, thank you!!

  • @anirbanc88
    @anirbanc88 Рік тому

    you are a linux god man!!!!

  • @MarkVanderberg
    @MarkVanderberg 2 роки тому

    Thank you for the video, I also just started reading "SUDO Mastery " by Michael W Lucas

    • @omfgbunder2008
      @omfgbunder2008 2 роки тому

      His video on PAM is quite interesting. It seems like every distro does it wrong.

  • @jakspica
    @jakspica 11 місяців тому

    I am literally brand new to Linux so these videos have been helpful.
    on a completely unrelated note, I hope you fixed that multi-frame poster on the wall behind you...

  • @casabasari
    @casabasari Рік тому

    Jay, maybe you can give me an advise. I have a bash script that will be executed by a no-root user , but in the script needs to run a chown command (root privilege) what is the safer way to do it?? should i add the user to the sudoers file with the privilege to run chown command? Its a good practice to have sudo command within a script?

  • @KaiBuskirk
    @KaiBuskirk Рік тому

    Super Cool! Thanks!

  • @anandrai9531
    @anandrai9531 2 роки тому

    Hi Jay your video is very informative , thanks for all info, can you make video o rbash and rbash is how different from this sudoers configured command in sudoers file , thank you

  • @kennethjakobsen7295
    @kennethjakobsen7295 8 місяців тому

    I really love the part, of giving partial root access.

  • @simonbaxter8001
    @simonbaxter8001 Рік тому

    Great video. My OCD can't stop looking at that left hand picture on your wall though .. it's not aligned!!!

  • @themistoclesnelson2163
    @themistoclesnelson2163 Рік тому

    Thanks

  • @hoterychannel
    @hoterychannel Рік тому

    What the best/correct way to login as root or another user?

  • @TechieZeddie
    @TechieZeddie 2 роки тому +1

    Thanks for showing us the finer settings on sudo. Since we can restrict a user to elevate apt, is there anyway to restrict the user to only use "apt update" and "apt upgrade"? In other words, restrict not only the program but specific sytanx. This would allow a user to only update and upgrade but not install new packages.

    • @BleuSquid
      @BleuSquid 2 роки тому +1

      You can, but you probably shouldn't. A better option would be to make a wrapper script to run with the specific arguments you want, and then add a sudo rule to allow that script.
      With regards to apt specifically, I'd be very nervous letting someone upgrade packages if they can't also install/remove packages or run dpkg if needed to fix things if an upgrade goes wrong or causes some sort of breakage.

    • @omfgbunder2008
      @omfgbunder2008 2 роки тому +2

      The commands in sudoers can be either the command, or the command and specific arguments

    • @unbekannter_Nutzer
      @unbekannter_Nutzer Рік тому

      @@omfgbunder2008 Do they need special syntax, then, or is the absence of a comma enough?

  • @huyvole9724
    @huyvole9724 Місяць тому

    It's easy to understand with RunAs and selected CmdLines. Can you give an example of "host restriction"? It's so obscure that it's almost impossible to imagine the usefulness that this function brings.

  • @minecraftchest1
    @minecraftchest1 2 роки тому +2

    If you type h or help when visudo gives you an error, then it will give you the options available.

  • @MarkVanderberg
    @MarkVanderberg 2 роки тому

    I have been playing around with Linode last couple of months and I think it would be useful to have a post-install script I would set up a few things on a new server install. By creating a new user on the server and making them part of the SUDO group, Removing root login, Doing upgrades and updates and activating automatic updates, installing some programs that are not installed by default, removing the capability of logging with password and of course before that loading your RSA keys. And I like my prompt certain way so I would like to add that to the script. Maybe sometime you could do a video on such a script?

    • @Chris-rm1pn
      @Chris-rm1pn 2 роки тому +1

      You probably should look into ansible, Jay has a whole video series about it on his channel.

    • @MarkVanderberg
      @MarkVanderberg 2 роки тому

      @@Chris-rm1pn That looks way more involved than what I need. I just need a simple script, I'm just playing it's nothing super important.

    • @omfgbunder2008
      @omfgbunder2008 2 роки тому

      I haven't checked my linode but I know DO can do this (although I've never used it)

  • @darrinswanson
    @darrinswanson Рік тому

    Can you have multiple lines for a user which will give sudo access to some commands with password verification and other commands bypassing the need for password verification?

    • @nathanaelries9783
      @nathanaelries9783 Рік тому

      Not multiple lines, but you can comma delimitate each command you would want the password to be bypassed for. ALL=NOPASSWD:/bin/path_to_command1,/bin/path_to_command2

  • @Chalisque
    @Chalisque 2 роки тому

    One thing to be aware of. If you put something in /etc/sudoers or /etc/sudoers.d and it contains an error, sudo will refuse to run, and you need root permissions to edit /etc/sudoers and /etc/sudoers.d. This can be quite a conundrum if you don't, as is the default, have a password on the root account. (I learned, from this, that you should use sudo -s to get a root shell to manipulate /etc/sudoers, and then su back to a user account and sudo echo hello just to check sudo is working fine before closing the root shell.)

    • @minecraftchest1
      @minecraftchest1 2 роки тому

      I found that it is possible to work around broken sudo and no root password using polkit.

  • @Rbourk252
    @Rbourk252 2 роки тому

    It ALL good

  • @user-ch2ix9su8g
    @user-ch2ix9su8g 11 місяців тому

    Please what does sudo bash do?

  • @farjanaorniojanta8348
    @farjanaorniojanta8348 2 роки тому

    Gd tutireal

  • @tubeDude48
    @tubeDude48 Рік тому

    At 13:28, short this does not work with a Pi. For the Pi, it's: sudo nano /etc/sudoers

  • @Jerraf2p0
    @Jerraf2p0 Рік тому

    23:17 YES. IT WAS

  • @guilherme5094
    @guilherme5094 2 роки тому

    👍

  • @joojay328
    @joojay328 19 днів тому

    great video and overview.

  • @aleksandrasg.9885
    @aleksandrasg.9885 Місяць тому

    How do I log in back

  • @hoterychannel
    @hoterychannel Рік тому

    Interesting thing with sudoedit is it don't know some settings (at least version on debian 10) and show warning when file are 100% correct, so it can lead to skip and save file with actual mistake

  • @kakyoin4535
    @kakyoin4535 Рік тому

    thanks babe

  • @jprathap8393
    @jprathap8393 Рік тому

    Why we need to put sudo for tux user when it is configured just like root .

    • @unbekannter_Nutzer
      @unbekannter_Nutzer Рік тому

      Just for demonstration purpose, and in case something goes wrong, the root account is not affected, I guess.

  • @peerullahhussainy7610
    @peerullahhussainy7610 Рік тому

    Excellence 🎉giveaway thanks 😊

  • @nbensa
    @nbensa Рік тому

    What a bad decision made by the sudo developers to use 'q' to save a wrong sudoers file. 'q' is actually what you would type to exit without saving. 'W' (uppercase) seems like a better option in my opinion.

  • @serakshiferaw
    @serakshiferaw 4 місяці тому

    q on visudo is just wrong. it should be something like wq! , i will assume q is just quit

  • @saintpou5418
    @saintpou5418 Рік тому

    YOU SHOULD NEVER USE "Q"!!

  • @mdridoy8379
    @mdridoy8379 2 роки тому

    👍