Jackd Posted January 11, 2008 Posted January 11, 2008 (edited) Ive got a directory that ive ran the following commands on chown -hR jack:www zage chmod -R 775 zage This seems to change the directory security correctly, heres the output from ls -l drwxr-xr-x 3 jack www 4096 2008-01-11 00:02 zage But from my ftp server a user who is in the www cant create a folder or delete a folder already in the directory. The FTP server seems to be using the users details not just a standard account on the system. Oh yer its Ubuntu 7.10 Server Edition that im using Does anyone have any ideas on how to solve this because im stumped Thanks Jack D Edited January 11, 2008 by Jackd Added "Ubuntu 7.10 Server Edition"
greenfieldsupport Posted January 11, 2008 Posted January 11, 2008 from that it says that Jack can read write execute etc. but group and other can just read execute sounds like your chmod command isnt working, try running it as root sudo chmod -R 775 zage
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now