827
Newbies never listen... (sh.itjust.works)
top 50 comments
sorted by: hot top controversial new old
[-] cplusplus@programming.dev 2 points 2 days ago

sudo rm -rf /* what could go wrong? (don't try it)

[-] betterdeadthanreddit@lemmy.world 90 points 2 weeks ago

Real pros shuffle across the carpet to build a static charge and do their system administration by electrical fault injection.

[-] negativenull@lemmy.world 46 points 2 weeks ago
[-] kamen@lemmy.world 16 points 2 weeks ago

Dammit, emacs.

[-] lemmyng@lemmy.ca 55 points 2 weeks ago

Still not as bad as chmod -R 777.

[-] Dhs92@programming.dev 28 points 2 weeks ago

Once had a friend run sudo chmod -R 777 / on a (public) Minecraft server we were running back in highschool. It made me die a bit on the inside.

[-] rikudou@lemmings.world 23 points 2 weeks ago

Doesn't it break a lot of things? Half the stuff refuses to work when some specific files have too permissive chmod.

[-] Dhs92@programming.dev 17 points 2 weeks ago

Really only SSH and sudo broke. sudo would still work but you'd have to re-enter your password every time. It was a painful experience and I'm glad I know better now.

[-] AngryPancake@sh.itjust.works 8 points 2 weeks ago

Goodbye ssh access

[-] masterofn001@lemmy.ca 23 points 2 weeks ago

As a one time noob I may have done this once or more.

To get one thing working I borked everything.

Understanding permissions is pretty basic. But understanding permission requirements for system and user apps and their config and dirs can be a bit overwhelming at first.

Thinking a little change to make your life simpler will break something else doesn't always register immediately.

Shit, even recently, wondering why my SSH keys were being refused and realising that somehow i set my private keys world readable.

Thank god SSH checks file and dir permission.

[-] InverseParallax@lemmy.world 6 points 2 weeks ago

Jesus, every time I have to run glx or vaapi under a container I end up having to do this then cringe.

load more comments (6 replies)
[-] BigDanishGuy@sh.itjust.works 36 points 2 weeks ago

Come on! I've stopped logging on as root, can't we just leave it at that?

load more comments (1 replies)
[-] HubertManne@moist.catsweat.com 36 points 2 weeks ago

just worked a job where I did not have privlages to sudo commands. except su. had to sudo su so I could run a script.

[-] flashgnash@lemm.ee 8 points 2 weeks ago

Could you not just use root to give your user sudo? Seems like a pretty dumb restriction

load more comments (9 replies)
[-] therealjcdenton@lemmy.zip 35 points 2 weeks ago
[-] datelmd5sum@lemmy.world 35 points 2 weeks ago

then at first day of work:

just use sudo su, we don't have all day here.

load more comments (2 replies)
[-] veni_vedi_veni@lemmy.world 34 points 2 weeks ago* (last edited 2 weeks ago)

I'm in jail because I was not in the sudoer file

[-] nebulaone@lemmy.world 9 points 2 weeks ago

This incident was, in fact, reported.

[-] 0x4E4F@sh.itjust.works 5 points 2 weeks ago

Well, you were warned 🤷.

[-] bruhduh@lemmy.world 34 points 2 weeks ago* (last edited 2 weeks ago)

Sometimes your package manager asks you for root password every minute while doing few hours long update and cancelling process if you don't enter anything for few minutes, "yay" aur manager looking at you, and you got to do other things than sit and look in the monitor all day long, things like cleaning house or touching grass for example

[-] ikidd@lemmy.world 9 points 2 weeks ago

sudo visudo

At the end:

Defaults:USER timestamp_timeout=30

USER is obviously changed to your username.

load more comments (1 replies)
[-] SavvyBeardedFish@reddthat.com 7 points 2 weeks ago

If I remember correctly the default sudo timeout is set to 5 minutes on Yay, you should be able to increase it to something more reasonable

load more comments (2 replies)
load more comments (2 replies)
[-] possiblylinux127@lemmy.zip 26 points 2 weeks ago* (last edited 2 weeks ago)

Reminds me of all of those vendors that require Windows Admin for no reason.

[-] Landless2029@lemmy.world 7 points 2 weeks ago

Looking at you quickbooks network shares...

load more comments (6 replies)
[-] joyjoy@lemm.ee 17 points 2 weeks ago

sudo -s for auditability

[-] corsicanguppy@lemmy.ca 13 points 2 weeks ago

Wasn't it 2017 where they had the race condition in sudo su as the command elevates up to root and drops back down?

Every other year, sudo su was not unsafe but merely ghetto. 'sudo su' is the dutch-rudder of 'sudo'.

[-] mlg@lemmy.world 13 points 2 weeks ago

Our crappy vendor software will only function if IPv6 is disabled network wide. Even if one machine has it enabled, the whole thing breaks

Lol our former crappy vendor solution required to be run directly from AD Administrator. Pure luck the entire business didn't collapse before we replaced it.

A thread I read a long time ago on r/sysadmin

[-] possiblylinux127@lemmy.zip 5 points 2 weeks ago

That's at least once a week

[-] barsquid@lemmy.world 13 points 2 weeks ago

Reminds me of software saying to put your docker socket into the docker container you are starting for convenience.

load more comments (1 replies)
[-] SuperIce@lemmy.world 11 points 2 weeks ago
[-] lemmyng@lemmy.ca 10 points 2 weeks ago

You're going to start a fight with the doas people.

[-] 0x4E4F@sh.itjust.works 6 points 2 weeks ago* (last edited 2 weeks ago)

And the people that don't use systemd.

load more comments (2 replies)
[-] PerogiBoi@lemmy.ca 9 points 2 weeks ago

chmod 777 /directory go brrrrrrrrrrrr

load more comments (2 replies)
[-] helenslunch@feddit.nl 9 points 2 weeks ago

I get tired of typing the same command twice.

helenslunch doesn't know about sudo !!

[-] Manzas@lemdro.id 8 points 2 weeks ago

Not even arrow keys

[-] tabularasa@lemmy.ca 9 points 2 weeks ago

Guilty as charged, officer.

load more comments (1 replies)
[-] ytg@sopuli.xyz 9 points 2 weeks ago

Why does sudo su exist? sudo -i does exactly what you want.

load more comments (1 replies)
[-] Thcdenton@lemmy.world 8 points 2 weeks ago
[-] fmstrat@lemmy.nowsci.com 8 points 2 weeks ago

Tell me you use Ubuntu without telling me you use Ubuntu.

Wait till you try this on Debian or non Ubuntu variants.

load more comments (8 replies)
[-] MajorHavoc@programming.dev 7 points 2 weeks ago* (last edited 2 weeks ago)

Yeah. After that everything can be done with !sh.

(Edit: This is a joke. There's a lot of reasons not to do this.)

sudoedit is what you're looking for. Don't elevate the text editor.

load more comments (1 replies)
[-] dohpaz42@lemmy.world 7 points 2 weeks ago
load more comments (4 replies)
[-] Ashiette@lemmy.world 7 points 2 weeks ago
[-] rickyrigatoni@lemm.ee 6 points 2 weeks ago

sudo su -c "man man"

[-] LodeMike@lemmy.today 4 points 2 weeks ago

Can't programs steal sudo access if the timeout isn't 0?

load more comments (11 replies)
load more comments
view more: next ›
this post was submitted on 30 Sep 2024
827 points (97.7% liked)

linuxmemes

20993 readers
1692 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS