🔐
🌐

Correct File Permissions for Web Servers

Set the right permissions for web files and folders on Apache/Nginx servers.

无需登录
ReadWriteExecuteValue
owner7
group5
other5
Octal (editable)
rwxr-xr-x
Symbolic
Command
$ chmod 755 filename

Common presets

Web Servers tips

🌐

Standard web setup: 644 for files, 755 for directories. Never 777 — it lets anyone write to your site, a major security hole.

💡

Config files with secrets (wp-config.php, .env) should be 640 or 600 so they're not world-readable.

🎯

Upload directories sometimes need group-write (664/775) so the web user can save files. Grant the minimum needed.

工作原理

1
输入
Enter your data into the tool above. Everything stays local to your browser.
2
处理
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
下载
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

为什么选择我们的?

完全免费——永远没有隐藏费用
无需账号、邮箱或登录
文件永远不会离开你的设备
绝无文件大小限制
所有输出均无水印

Also check out…

常见问题