Linked Questions

0 votes
1 answer
73 views

Possible Duplicate: FTP and Apache permission issues i want to create a directory with full permissions (also applies to its "sub folders"). I am using following command: sudo chmod 777 -R /opt/...
sandbox's user avatar
  • 101
-1 votes
1 answer
115 views

I have created a centos instance on digital ocean hosting multiple websites by setting up virtual host, all is working fine, however assigning correct directory permission for each website is bugging ...
Ibrahim Azhar Armar's user avatar
8 votes
1 answer
34k views

I'm new to Linux admin'ing. I created a user named webadmin and I want to give it permission to read/write in the /var/www/html directory. How do I go about doing this?
Shamoon's user avatar
  • 901
5 votes
1 answer
34k views

How to create FTP accounts with webmin? Have tried to follow a couple of examples found via google.com but none of them worked!? Have added a user under system > users Server: proFTPD on Debian ...
clarkk's user avatar
  • 2,165
1 vote
1 answer
646 views

When a user "U" who is part of group "G" uploads a new file to the server with ftp , the permissions are set as U:U instead of U:G . I know the user is also part of his own group called "U" but how do ...
user avatar
0 votes
1 answer
551 views

I'm new with Linux administration and I'm configuring a Cherokee Web Server. I'm using Archlinux so I have a http user that owns /srv/http. On the other hand I have a user called 'jesus' that is ...
Jesus Rodriguez's user avatar
2 votes
1 answer
314 views

I'm running a Linux webserver (apache2) and I'm having problems with modifying files between different users. The biggest problem is deleting files created by apache/php via FTP, I just get Permission ...
Apeli's user avatar
  • 123
0 votes
1 answer
375 views

Basically, I want to allow my team to access my website. I want to use vsftp, so far, I followed this guide: http://library.linode.com/security/sftp-jails and I changed the chroot directory to ...
Strawberry's user avatar
  • 1,172
3 votes
1 answer
203 views

I was reading the following question as I have the same issue: FTP and Apache permission issues The first solution, while not the accepted one, seems to be close to what I need. I've added both ...
Peter's user avatar
  • 31
0 votes
2 answers
203 views

I've got a server setup where a couple users will need access to the webroot and subfolders. How do I ensure that the files they upload have the proper permissions to be seen by apache and allow them ...
user132203's user avatar