this post was submitted on 08 Jul 2024
635 points (96.9% liked)

Programmer Humor

32042 readers
1108 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 2 months ago (1 children)

Huh, having separate append permission is interesting. i didn't realize that was an option.

[โ€“] [email protected] 2 points 2 months ago

Yep, there's actually quite a few more than what I mentioned, if you get into the advanced dialogs.

IMO, it's unnecessarily complicated, but given that NTFS is used for network file sharing in large companies, I get why it's so crazy. They probably demand those kinds of granular permissions.

I know Linux is a lot simpler. Just read/write/execute, and a single group, single owner, and a setting for "everyone else" kind of thing, which is generally sufficient for 90% of use cases.