Hi all,
I have two users with ftp/telnet access : A and B.
A is myself, B can be a temporary user.
I let B manage his directory using ftp. I offer him web access because of the remap subsir functionnality. BUT, I want to set up & lock his .htaccess in order control/limit his web.
So in his /home/Baccount/RemapSubdir/ I create my .htaccess and chmod it to 700 for example
then I test using B ftp account, B can delete this file with no problem. He only receives this strange question : remove write protected regular file ? and the file is deleted
.htaccess has A as user owner and groupAB as group owner
I miss something
gosh