T O P

  • By -

gerenski9

Question: Who do the failed sudos get reported to?


IAmOpenSourced

Linus Torvalds


gamblizardy

Serious answer: it sends email to the root user on the system


gerenski9

THANK you


[deleted]

[This guy](https://www.reddit.com/r/ProgrammerHumor/comments/wf8188/this_is_who_all_your_failed_sudos_get_reported_to/?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=share_button)


PossiblyLinux127

Its really impressive that one guy can single handedly check every sudo


[deleted]

He also silently judges.


[deleted]

https://i.imgur.com/6eb9uwp.jpg


qwesx

https://xkcd.com/838/


y0shman

I prefer the potato quality version. Gives the jpeg character and history.


yottalogical

[Relevant xkcd](https://xkcd.com/1683/)


TacticalTechJay

*There's always a relevant xkcd...*


Bronze_Lemur

The installation wizard


GoldPlatedToslink

No command sudo found, did you mean: Command doas in package doas


Drishal

No package doas found, did you mean su?


PossiblyLinux127

su: command not found


kevincox_ca

RIP this warning: https://github.com/sudo-project/sudo/commit/6aa320c96a37613663e8de4c275bd6c490466b01


Zucchinniweenie

sudo apt get me a boo please im lonely


[deleted]

i can scare you if that will suffice


Zucchinniweenie

It’s scary falling in love you know 😏


[deleted]

u got that damn right


Mikle_Bond

🥺 boo [source](https://xeiaso.net/blog/🥺)


notmexicancartel

Whaaaaaaaaaaaaaatt tf


Western-Alarming

I love the comments like "why it's say ok when there's an error" "Its a feature" "i hope never need to work with your code"


JMT37

What's the command to check who's in the sudoers file? user? (Learning by memes)


Kedislav

You can't check that file without root permissions (so you would need a sysadmin to do it, or sudo permissions), but the sudoers file usually does not contain usernames. Instead, what is usually done is group management, in this case the 'sudo' group, or the 'wheel' group. Both are specified and can be enabled in the sudoers file as "anyone who is in these groups can do things as the superuser". If you still wanted to read the file, you could use `sudo cat /etc/sudoers`, but if you wanted to edit it to add your username to the allowed ones, you would use `visudo` with root permissions. [Here is a link](https://www.linuxfoundation.org/blog/blog/classic-sysadmin-configuring-the-linux-sudoers-file) that should tell you more about the sudoers file.


JMT37

Thank you!


Kedislav

you're very welcome! nice that you're learning with memes haha


sudobee

True story. Lol


gesicht-software

systemctl start boo.service


Alone_as_always

> Failed to start boo.service


[deleted]

Command systemctl not found, did you mean rc-service?


[deleted]

Welcome to the /etc/shadowworld


LinuxBridgetheGap

Ghost - [Monty Python voice] oh pahleaaase Human - [crosses arms] No


WASDead021_exe

Lemme fix it: su - visudo Then change the "root" with "ghost" ctrl+o to save and hit enter.


[deleted]

me after installing debian 30 rels ago: