Quote:> I am trying to set up basically 2 groups of accounts regular ones for
> friends and an ADMIN type of group for me so I can delete/create
directories
> and manage files remotely from an FTP client.
> - Also is the a way to change ownership of the files UL'd so that I am the
> owner not the people who UL'd them ?
I only have an answer to your second question:
You need to set the ftp dir SUID i think
I don't know how exactly but you can first chown the dir ('chown
ftpadmin.ftp /home/ftp' or similar)
and then set the permissions in the dir with 'chmod something' so every file
created will take the user id of the dir's owner (SetUID(SUID))
check out the man:chmod for the precise syntax...
Greets, Martijn