docs icon indicating copy to clipboard operation
docs copied to clipboard

Updated chmod permission in README.mdx

Open Natfan opened this issue 11 months ago • 2 comments

Within Linux's chmod system, +x grants all users access to execute the file, whereas u+x only grants the user who owns the file access to execute it. Provided the user is the one who created the start.sh file, there's no reason why this permission change wouldn't cause issues, but it's good to get into the habit of using "least privilege" when assigning permissions, and I know from personal experience that hosting Minecraft servers can be the start of a career in sysadmining.

Natfan avatar Jan 09 '25 22:01 Natfan

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
papermc-docs ✅ Ready (View Log) Visit Preview 519a39e081d4af1dfa90e2c4f26e84fc13c4a8cd

github-actions[bot] avatar Jan 09 '25 22:01 github-actions[bot]

I like the idea of encouraging better habits, maybe we even should actually explain what the command does, i.e. "then run chmod to make the file executable"

MiniDigger avatar Jan 10 '25 09:01 MiniDigger