我正在使用proftpd,每次登录时都会收到以下消息:
Apr 4 08:26:23
mydomain proftpd[4240]:
mydomain.com (xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) -
FTP session opened.
Apr 4 08:26:23
mydomain proftpd[4240]:
mydomain.com (xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) -
Preparing to chroot to directory 'path-to/domain'
任何人都可以向我解释这是什么意思。一切正常,但是,除了这 2 个之外,没有其他消息。
chroot
是一个操作系统调用,它限制应用程序只能访问文件系统的一个子集——实际上,文件系统的那部分成为根,它不能在外面看到。出于安全原因,这样做是为了创建一个 FTP 客户端无法看到的“监狱”。