Linux permissions are often introduced as bits: read, write, execute for user, group, and others. That is useful, but the security question is sharper: which risk does the access model reduce?
Files and directories with excessive permissions increase blast radius. If a process, user, or script is compromised, an attacker gains more capability than the system needs for normal operation.
Linux permissions are not a minor system detail. They are a control that reduces impact, supports audit readiness, and makes a system easier to support and investigate.
For any service, keep a short checklist: which files it reads, which files it changes, who owns them, which permissions are expected, and which deviations need review.