FTP Chroot Jail
A security technique that restricts FTP users to their home directory by changing the apparent root of the filesystem to that directory upon login. Users inside a chroot jail cannot navigate above their designated directory, preventing access to the broader filesystem and sensitive system files. This is a standard hardening measure for public-facing FTP servers, especially when combined with anonymous access restrictions.