I've just set up my first FTP server with VSFTPD on cent os . I can connect to it fine using a user in the group ftp-users but I get read only access . I've tried several different CHMOD codes on the folder (even 777) all to no avail .
I currently am running an Apache2 server. I have an FTP client (vsftpd).
I have a user for the FTP using Dreamweaver. This user is added to the groups sudo and www-data.
When I connect to the server I can see the files.
I want to make my ubuntu 12.04 home server a little more secure. Actually I would like to have paranoid security. For starters I would like to change the default permissions under the / folder.
I'm driving myself crazy trying to figure this out. I hope someone can shed some light on my problem.
I need to know the simplest way to set default file permissions on a folder I created: /var/www/uploads
So when someone accesses the site they insert some information and then upload a file to the server, inside that uploads folder.
My team and I are building a webDAV server using Apache 2.2.
We have run into an issue with user permissions.
Fresh LAMP server setup with Ubuntu 12.04 and VSFTPD.
I'm trying to access the /var/www folder (web root) with FTP user.
I created a new user ftpuser and added it to the www-data user group created automatically by Apache.
Home directory of that user is set to /var/www.
I also changed the ownership of the /var/www to www-data group and changed permissions to 02775.
However, I'm still not able t
I am trying to run a intranet on appache for the first time. My issue is that when ever I add a new file to the WWW folder the permissions default too -rw------ . I would like anyone to be able to view the files. I can change the permissions but I was hoping to default the folder to let new files become readable. Thanks for your help.
Hi, I owned a few VPSs come along with WHM/cPanel all from different hosting providers. One since last year, one since 2 months ago, another two since last 1 or 2 weeks.
With the older VPSs (1st and 2nd), I have no files & folders permissions issue.
I a little new to Linux, it's fantastic and i'm using it happily.
What exactly bothers me is when i'm on my ruby on rails project, i generate a controller or any file. If i looking into the file browser, it has a lock symbol. so, i have to do chmod 757 -R file everytime.So, is there anyway to set the default read and write permissions for my root folder?