FearlessCMS File Permissions Guide

FearlessCMS File Permissions Guide

Overview

This document outlines the recommended file permissions for FearlessCMS to function properly without permission errors. The recommended approach is to use proper ownership with standard permissions rather than overly permissive 777/666 permissions.

Recommended Approach: Proper Ownership

Web Server User Identification

First, identify your web server user:
bash

For Apache

ps aux | grep apache

For Nginx with PHP-FPM

ps aux | grep php-fpm

For other setups

ps aux | grep -E "(apache|nginx|httpd)"

Common web server users: