this post was submitted on 08 Jul 2024
639 points (96.8% liked)

Programmer Humor

37105 readers
82 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] the_doktor@lemmy.zip 15 points 1 year ago (11 children)

sudo apt install linux

problem fucking solved

[–] Jimmyeatsausage@lemmy.world 38 points 1 year ago (9 children)

"sudo is not recognized an an internal or external command"

[–] calebegg@lemmy.blahaj.zone 9 points 1 year ago (8 children)

I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God's green earth do you mean there's no 'sudo'??

[–] asyncrosaurus@programming.dev 4 points 1 year ago* (last edited 1 year ago) (1 children)

apt remove sudo

sudo is not installed on several distributions by default, so hardly surprising it's not there or that you can remove it.

[–] psud@aussie.zone 1 points 1 year ago* (last edited 1 year ago)

It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root

Actually I think the only way I can log in as root is sudo -i

Pretty sure root has /bin/false as its shell and it's configured as no login my machines

load more comments (6 replies)
load more comments (6 replies)
load more comments (7 replies)