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
-
qwertu197yMmmm didn't work: Operation not permitted.
Worked flawlessly with sudo though. Thank you! -
AXAz0r937yI am ashamed to say that, in haste, i once wrote "chown /*" instead of just "chown *". My own server though... Fixing it was a bitch indeed.
-
vyrtruus427ySomeone tried to do something fancy with our makefile, fucked up the permissions and hasn't gone back and fixed it. Lazy bastard tells us to just chmod 777 on the files that occasionally get bad permissions
-
py2js33777yWhy the hell would you want 777 in any case. You have different flags for different permission. 777 will be too much to handle.
PS: all four people above me please change your avatar -
I thought the /usr folder was the user folder, and I didnt understand why it was write protected.
chmod 777 /usr -
jamolol2197y@py2js when people see permission-related errors on their logs, they try to fix by removing restrictions.... when they can't figure out which file is causing the permission errors, that's when things start getting worse.
-
Did that on my whole system folder. Can't run sudo commands anymore. Reinstalled linux. LOL.
-
bahua129057yBut all too often, the developers' management is more powerful than the sysadmin's, so the age-old idiotic command, "just do it," is issued.
-
Ubergeek2097yDevelopers hate security :-) makes things only complicated. But unfortunately it’s necessary
-
Xilats1547yBut open source software means everyone can use my software. Even if I dont want them to, right?
-
Banjobasz227yWhy are some devs not aware of this? You cannot Just open everything to Everyone when something is not working correctly in a production environment
-
1. Prod server
2. Your the sysad
So why do devs have root or enough privileges to wreck havoc? And prod have backups yes? -
Linux438107y@inpothet
I did,
And today we got it as a "solution" for a product we use. One of their devs told us to run "chmod -R 777 ." Today to solve the problem... -
curlyDev4727yWell i am a dev not a sysadmin...
If i am not paid to fullstack chmod 777 is the way to go...
Linux sometimes is wierd... Why the fuck would it make permission like 777 577 666.... Yes surely "its clear at first glance".... Or why it says "permission denied" it could have said"this folder is for user x and you as user y you don't have permission to write on this folder"...
Open source sometimes... Suck
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
yashmehrotra28*Me and my GF who works for CIA* Me: Send nudes GF: Whose do you want ?
Dear DEVS,
chmod -R 777 /
is not the right way to fix your application permissions issues!!!!!!
Yours truly,
sys ad who is not fixing your production server.
rant
permissions
chmod
linux
security