Tagged Questions
2
votes
1answer
190 views
Using FTP with a Shared Windows Folder
I started to use Ubuntu two weeks ago, I still have some difficulty in understanding the whole world of Linux.
I'm in front of the following scenario:
I have a Windows computer running 12.04 in a ...
0
votes
1answer
109 views
chmod 444 can't login
Using proftpd I'd like to login to server. I set permission to user directory to 444. When I am trying to login using ftp client - doesn't working, I can't log in. Did I do something wrong? Maybe I ...
4
votes
2answers
17k views
Default file permissions for php user www-data
I have a php installed on my ubuntu machine. The web root is /var/www
I set the permissions for this folder like so:
sudo chown -R ftpuser:www-data /var/www
ftpuser is the user I set up so I ...