[pl]ice
July 29th, 2005, 09:19 PM
hi, i can't get right the umask on vsftpd.
after uploading user gets (standard) eg. drwx--------
what mask should i use to get dr-x----
and dr-xr-x-r-x
i thought mask was simply subctracting the values from original ones, eg:
drwx 700
mask 200
dr-x 500
i don't think it's correct.
can someone help me out?thanks!
what i'm trying to do is to allow a user to upload into a dir. but he cannot delete that. any ideas?
after uploading user gets (standard) eg. drwx--------
what mask should i use to get dr-x----
and dr-xr-x-r-x
i thought mask was simply subctracting the values from original ones, eg:
drwx 700
mask 200
dr-x 500
i don't think it's correct.
can someone help me out?thanks!
what i'm trying to do is to allow a user to upload into a dir. but he cannot delete that. any ideas?