Hi Brad,
All this started with me trying to create a new FTP user but I think I have read far to much and got completely confussed.
Is this the right way to set up a new FTP user.
I want them to have access to a directory named "hal" only.
From the command line:
Step 1: # /usr/sbin/useradd -d /var/www/vhosts/mydomain.com/httpdocs/hal -s /bin/false USER_NAME
Step 2: passwd USER_NAME
Step 3: # /usr/sbin/usermod -G psacln USER_NAME
Step 4: # chmod 755 /var/www/vhosts/mydomain.com/httpdocs/hal
Steps 1 - 3, not a problem but its step 4. If I execute step 4 will it screw up any other users access
If you could advise please.