this post was submitted on 30 Sep 2024
835 points (97.6% liked)

linuxmemes

21210 readers
39 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
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] betterdeadthanreddit@lemmy.world 91 points 1 month ago (1 children)

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

    [–] negativenull@lemmy.world 49 points 1 month ago (1 children)
    [–] kamen@lemmy.world 17 points 1 month ago

    Dammit, emacs.

    [–] lemmyng@lemmy.ca 56 points 1 month ago (3 children)

    Still not as bad as chmod -R 777.

    [–] Dhs92@programming.dev 29 points 1 month ago (2 children)

    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 24 points 1 month ago (1 children)

    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 1 month 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 1 month ago

    Goodbye ssh access

    [–] masterofn001@lemmy.ca 25 points 1 month 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 1 month ago (6 children)

    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 37 points 1 month ago (1 children)

    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 37 points 1 month ago (1 children)

    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 1 month ago (9 children)

    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 36 points 1 month ago
    [–] datelmd5sum@lemmy.world 35 points 1 month ago (2 children)

    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 1 month ago* (last edited 1 month ago) (2 children)

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

    [–] nebulaone@lemmy.world 9 points 1 month ago

    This incident was, in fact, reported.

    [–] 0x4E4F@sh.itjust.works 5 points 1 month ago

    Well, you were warned 🤷.

    [–] bruhduh@lemmy.world 34 points 1 month ago* (last edited 1 month ago) (4 children)

    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 1 month ago (1 children)

    sudo visudo

    At the end:

    Defaults:USER timestamp_timeout=30

    USER is obviously changed to your username.

    [–] bruhduh@lemmy.world 4 points 1 month ago
    [–] SavvyBeardedFish@reddthat.com 7 points 1 month ago (2 children)

    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 1 month ago* (last edited 1 month ago) (1 children)

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

    [–] Landless2029@lemmy.world 7 points 1 month ago (6 children)

    Looking at you quickbooks network shares...

    load more comments (6 replies)
    [–] joyjoy@lemm.ee 18 points 1 month ago

    sudo -s for auditability

    [–] mlg@lemmy.world 13 points 1 month ago (1 children)

    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 1 month ago

    That's at least once a week

    [–] barsquid@lemmy.world 13 points 1 month ago (1 children)

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

    load more comments (1 replies)
    [–] corsicanguppy@lemmy.ca 13 points 1 month 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'.

    [–] SuperIce@lemmy.world 11 points 1 month ago (1 children)
    [–] lemmyng@lemmy.ca 10 points 1 month ago (1 children)

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

    [–] 0x4E4F@sh.itjust.works 6 points 1 month ago* (last edited 1 month ago) (3 children)

    And the people that don't use systemd.

    [–] rikudou@lemmings.world 18 points 1 month ago (2 children)
    load more comments (2 replies)
    load more comments (2 replies)
    [–] PerogiBoi@lemmy.ca 9 points 1 month ago (2 children)

    chmod 777 /directory go brrrrrrrrrrrr

    load more comments (2 replies)
    [–] ytg@sopuli.xyz 9 points 1 month ago (1 children)

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

    load more comments (1 replies)
    [–] tabularasa@lemmy.ca 9 points 1 month ago (1 children)

    Guilty as charged, officer.

    load more comments (1 replies)
    [–] Thcdenton@lemmy.world 8 points 1 month ago
    [–] TuEstUnePommeDeTerre@midwest.social 8 points 1 month ago (2 children)
    [–] MajorHavoc@programming.dev 7 points 1 month ago* (last edited 1 month ago) (1 children)

    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)
    [–] fmstrat@lemmy.nowsci.com 8 points 1 month ago (8 children)

    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)
    [–] Ashiette@lemmy.world 7 points 1 month ago
    [–] dohpaz42@lemmy.world 7 points 1 month ago (4 children)
    load more comments (4 replies)
    [–] rickyrigatoni@lemm.ee 6 points 1 month ago

    sudo su -c "man man"

    [–] LodeMike@lemmy.today 4 points 1 month ago (11 children)

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

    load more comments (11 replies)
    load more comments
    view more: next ›