this post was submitted on 30 Sep 2024
811 points (97.9% liked)

linuxmemes

20892 readers
417 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 16 hours ago

I'm partial to sudo bash myself ๐Ÿ‘Œ

[โ€“] [email protected] 9 points 1 day ago (1 children)

chmod 777 /directory go brrrrrrrrrrrr

[โ€“] [email protected] 2 points 16 hours ago (1 children)

You mean sudo chmod -R 777 /that/path/I'm/trying/to/share ?

[โ€“] [email protected] 2 points 15 hours ago

Ya probably. Iโ€™m dumb enough to type that in and just see what happens ๐Ÿ˜Ž

[โ€“] [email protected] 9 points 1 day ago (1 children)

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

[โ€“] [email protected] 1 points 16 hours ago

It's much easier to type sudo su ๐Ÿ˜…

[โ€“] [email protected] 7 points 1 day ago
[โ€“] [email protected] 8 points 2 days ago
[โ€“] [email protected] 13 points 2 days 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 5 points 2 days ago

That's at least once a week

[โ€“] possiblylinux127 25 points 2 days ago* (last edited 2 days ago) (1 children)

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

[โ€“] [email protected] 7 points 2 days ago (6 children)

Looking at you quickbooks network shares...

load more comments (6 replies)
[โ€“] [email protected] 31 points 2 days ago* (last edited 2 days ago) (2 children)

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

[โ€“] [email protected] 7 points 2 days ago

This incident was, in fact, reported.

[โ€“] [email protected] 4 points 2 days ago

Well, you were warned ๐Ÿคท.

[โ€“] [email protected] 33 points 2 days 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)
[โ€“] [email protected] 89 points 3 days ago (1 children)

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

[โ€“] [email protected] 46 points 3 days ago (1 children)
[โ€“] [email protected] 16 points 2 days ago

Dammit, emacs.

[โ€“] therealjcdenton 35 points 2 days ago
[โ€“] [email protected] 31 points 2 days ago* (last edited 2 days ago) (6 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

[โ€“] [email protected] 8 points 2 days ago (1 children)

sudo visudo

At the end:

Defaults:USER timestamp_timeout=30

USER is obviously changed to your username.

load more comments (1 replies)
load more comments (5 replies)
[โ€“] [email protected] 54 points 3 days ago (9 children)

Still not as bad as chmod -R 777.

[โ€“] [email protected] 29 points 3 days 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.

[โ€“] [email protected] 24 points 3 days 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.

[โ€“] [email protected] 17 points 2 days 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.

load more comments (1 replies)
[โ€“] [email protected] 25 points 3 days 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.

load more comments (7 replies)
[โ€“] [email protected] 36 points 3 days 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.

[โ€“] [email protected] 8 points 2 days 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)
[โ€“] [email protected] 34 points 3 days 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)
[โ€“] [email protected] 13 points 2 days 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)
[โ€“] [email protected] 6 points 2 days ago

sudo su -c "man man"

load more comments
view more: next โ€บ