Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
netikras35221227dnope...
# xattr -l /usr/lib
#
it's MacOS. Apparently, it's got protections on for an average dumb MAC user to not shoot his own foot. Except for /usr/local/
DOES S.U.D.O NOT MEAN ANYTHING TO YOU PEOPLE ANYMORE??????? -
lorentz15268227dit never meant that. For example, you can't execute a file that's ugo-x directly.
Contrary to common belief, sudo isn't designed to allow you to break your system. It allows you to succeed at all permission checks that can succeed, and a couple that can't. -
netikras35221227d@lorentz yeah, except....
> It allows you to succeed at all permission checks
> Operation not permitted -
lungdart3360227d@lorentz sudo allows you to run a command as a different user. By default is root.
There are things root can't do. MacOS extend that list for better or worse. -
netikras35221227d@lorentz ffs, can't a man rant any more about the frustration caused by added complexity when administering a MacOS-based server when all the previous experience is exclusively in maintaining Linux machines (with a few UNIXes along the way)....?
In Linux software, it's almost universally accepted that root (UID=0 GID=0) is basically the God, with very few exceptions.
By no means do I expect MacOS to not have similar or other exceptions. What I did NOT expect was running into them on the 2nd day of my MAC adventure, doing something as elementary as creating a directory under /usr/lib. -
Parzi8833226d@netikras "Operation not permitted" doesn't actuslly mean "access denied", it can also mean "that's not physically possible." The only thing determining what error message is used is the value returned to the shell by the program, and there's not a super clear set of guidelines for which to use.
-
KDSBest775225d@lungdart Since I'm self employed now I run whatever I want. But even as a MS employee we could run what was needed for us to do our job.
Related Rants
-
rephiscorth38Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa...
-
kirill57834A few years ago when I was still an apple fan boy, friend of mine bragging me about how android is awesome, we...
-
DRSDavidSoft23When fixing things: Linux = be root Windows = reboot
bash-3.2$ sudo mkdir -p /usr/lib/jvm
mkdir: /usr/lib/jvm: Operation not permitted
rant
fuck
fuck off
wtf
apply
macos
sudo