My user account doesnt have sudo despite being in sudoers. I cant run new commands i have to execute the binary. Grub takes very long to load with “welcome to grub” message. I just wanted a stable distro as arch broke and currupted my external ssd
My user account doesnt have sudo despite being in sudoers. I cant run new commands i have to execute the binary. Grub takes very long to load with “welcome to grub” message. I just wanted a stable distro as arch broke and currupted my external ssd
It’s bad practice to stay in a root shell because it’s easy to screw up and break something. That’s why sudo exists… you only run something privileged if it absolutely has to.
Just to be pedantic you could use su -c “$command”
Can not screw up and break things with sudo?