Ffile2fix
Sign in Get started
← All tools

File Permission Recommender

Suggest least-privilege permissions from supplied paths or archive metadata; it does not change server filesystem permissions.

⚑ 99 points per successful run · Balance: 0 · Buy points

Standard Permissions Guide

Review common least-privilege modes and optionally inspect Unix permission metadata stored in a ZIP. This tool never changes server permissions.

Item Type Permission Reason
Directories 755 (drwxr-xr-x) Owner can write, others read/execute. Never 777!
Files (PHP, HTML) 644 (-rw-r--r--) Owner write/read, others read only.
Config Files (.env) 400 or 440 Read only by owner. Critical security.
Uploads Folder 755 Writable by owner (web user), but avoid existing scripts execution if possible.
ZIP up to 50 MiB; the archive is inspected only and never changed.

Command Generator

Generate review commands for your server. Inspect them before copying or running.

# Select options to generate commands...