Ho creato un user avente la home dir su /share, quando mi loggo via ftp, mi ritrovo in /share, però riesco ad usicre dalla root dir, come faccio ad impedire questo?

PS: con gli altri user non riesco ad uscirci


Questo è su global:
DefaultRoot ~

<Anonymous ~share>

User share
RequireValidShell on
AnonRequirePassword on

# We want clients to be able to login with "anonymous" as well as "ftp"
# UserAlias anonymous ftp

# Limit the maximum number of federico logins
MaxClients 3

# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message

# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE READ STOR>
AllowAll
</Limit>

# An upload directory that allows storing files but not retrieving
# or creating directories.
# <Directory incoming>


# <Limit READ>
# DenyAll
# </Limit>
#
# <Limit STOR>
# AllowAll
# </Limit>
# </Directory>

</Anonymous>