FTP User Configuration - CentOS, Plesk 9

Taking care of your Linux box.
Post Reply
waqaskhawaja
Lance Naik
Posts: 44
Joined: Thu Aug 31, 2006 8:52 pm
Location: Lahore Pakistan
Contact:

FTP User Configuration - CentOS, Plesk 9

Post by waqaskhawaja »

I am running CentOS 5 with Plesk 9. I want to have a shared FTP place for all my users. I create a subdomain using Plesk and add users using the following command.

Code: Select all

useradd -u 10008 -o -d /var/www/vhosts/mydomain.com/subdomains/share/ftp -g psacln -s /bin/false waqas
The users get read and write access. I want the permissions to be setup where users can read and upload, but can't delete the files.
Post Reply