On the documentation, the line : ````bash chmod www-data:www-data -R <nada-root-folder> ```` You have to replace chmod with chown ````bash chown www-data:www-data -R <nada-root-folder> ````
On the documentation, the line :
You have to replace chmod with chown