Granting read-write rights to my web application on VPS
        Posted  
        
            by davykiash
        on Server Fault
        
        See other posts from Server Fault
        
            or by davykiash
        
        
        
        Published on 2010-05-03T17:05:59Z
        Indexed on 
            2010/05/03
            17:18 UTC
        
        
        Read the original article
        Hit count: 353
        
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?
© Server Fault or respective owner