PDA

View Full Version : dir permissions


scorpion1984
11-12-2003, 11:21 AM
I want to change the permission of the root directory from a certain group, for a certain login. How can I do that?

Mouton
11-12-2003, 12:10 PM
site chown
site chmod
.ini settings

a more specific question would have resulted in a more specific answer :)

scorpion1984
11-12-2003, 12:18 PM
I want to configure the dir from a user in another group, with another vfs. So, when I do "site chmod 777 /" it changes the permissions to the root dir of the admin account, but I want to change the permissions to the root dir of the other user in another vfs. I tried "site chmod 777 e:/matrix", but that said, the path wasn't found, how can I do this?

wooolF[RM]
11-12-2003, 12:34 PM
u can't site "chmod 777 e:/matrix"
u have to mount e:/matrix as for example MATRIX in your VFS file, then go to FTP find that folder and do "site chmod 777 MATRIX"

scorpion1984
11-12-2003, 12:41 PM
Originally posted by wooolF[RM]
u can't site "chmod 777 e:/matrix"
u have to mount e:/matrix as for example MATRIX in your VFS file, then go to FTP find that folder and do "site chmod 777 MATRIX"
Yes, I know I can't do that, but I've mount e:/matrix in the root of another vfs, so when I do "site chmod 777 /" it will change the chmod of the root in the vfs of the admin, not the one in the vfs of the user with matrix.vfs as vfs.

Harm
11-12-2003, 12:56 PM
If your 'matrix' dir is '/matrix' in the other vfs, why do you use 'SITE CHMOD 777 /' instead of 'SITE CHMOD 777 matrix' ?

scorpion1984
11-12-2003, 01:19 PM
Originally posted by Harm
If your 'matrix' dir is '/matrix' in the other vfs, why do you use 'SITE CHMOD 777 /' instead of 'SITE CHMOD 777 matrix' ?
Because it isn't.