- 0 Posts
- 5 Comments
Joined 1 year ago
Cake day: January 2nd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
bacon_pdp@lemmy.worldto Linux@lemmy.ml•Screwed up permissions, ownership, attributes on large fs. How to reset?12·12 days agoNot every version of chmod supports that and you really don’t want your media files to be executable
bacon_pdp@lemmy.worldto Linux@lemmy.ml•Screwed up permissions, ownership, attributes on large fs. How to reset?4·12 days agoWell sudo find ${path} -type d exec chmod 750 {}; to fix the folders first Then sudo find ${path} -type f exec chmod 640 {}; to fix the files
After that sudo chown -Rv my user:media ${path} and everything should be sorted
bacon_pdp@lemmy.worldto Linux@lemmy.ml•PSA: Not all applications use environment variables (Like they are supposed to)01·13 days agoUnfortunately the XSettings freedesktop spec is trash and hasn’t been released let alone revised since 2001
Well my husband’s work place does audit the code they deploy but they have a big problem with contractors just downloading random shit and putting it on production systems without following proper review and in violation of policy.
The phrase fucking Deloitte is a daily occurrence.