Granting read-write rights to my web application on VPS
- by davykiash
Am currently testing a bulk CSV import functionality web application and I came across a error
The given destination is not writeable
My application is zend based and uses the MVC structure
application
--uploads
library
--Zend
public
--index.php
What Ubuntu command do I exectute to safely grant the necessary rights to my uploads folder in my web application?