storage permissions

Post Reply
zemerdon
Site Admin
Posts: 255
Joined: Mon Jan 23, 2023 8:13 pm

storage permissions

Post by zemerdon »

5. Ensure ZoneMinder can write to the new destination by changing the owner and group to that of the web server user account. Debian based distros typically use "www-data" as the web server user account while many rpm based distros use "apache".

Debian

Code: Select all

chown -R www-data:www-data /newdrive/zoneminder
You will also want to make sure the proper permissions are set in your /var folder, e.g. for debian

chown -R www-data:www-data /var/cache/zoneminder/

https://wiki.zoneminder.com/Using_a_ded ... Hard_Drive
Post Reply