11.10.2009, 10:20
Quote:
Originally Posted by #Linx
Quote:
sorry idk if i understood that correctly. like for example if you created a user directory called mydirct, you cant add any files above that directory, only below it. if you want to disable this try changing this Code:
# To cause every FTP user to be "jailed" (chrooted) into their home # directory, uncomment this line. DefaultRoot ~ Code:
# To cause every FTP user to be "jailed" (chrooted) into their home # directory, uncomment this line. # DefaultRoot ~ |
I made:
Quote:
useradd -d/opt/lampp/htdocs/forum -m user |
But he cant do anything in that directory except browsing, i need upload/download/chmod, how to do that?