CHROOT(8) - System Manager’s Manual # CHROOT(8) - System Manager’s Manual
NAME # chroot - change root directory
SYNOPSIS # chroot [-g group[,group[,…]]] [-u user] newroot [command]
DESCRIPTION # The chroot command changes its root directory to the supplied directory newroot and executes command, if supplied, or an interactive copy of the user’s shell.
The chroot command is restricted to the superuser.
The options are as follows:
-g group[,group[,…]]
...
Who,
Syslogd,
Login.conf,
Login,
Chroot,
Proxy,
Sysctl,
Shells,
Inetd,
Pwd_mkdb,
Motd,
Services,
Ftp,
Ctime,
Group,
Skey,
Ftpd FTPD(8) - System Manager’s Manual # FTPD(8) - System Manager’s Manual
NAME # ftpd - Internet File Transfer Protocol server
SYNOPSIS # ftpd [-46ADdlMnPSUW] [-m minuid] [-T maxtimeout] [-t timeout] [-u mask]
DESCRIPTION # ftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the port specified in the “ftp” service specification; see services(5).
The options are as follows:
-4
When -D is specified, forces ftpd to use IPv4 addresses only.
...
PROOT(1) - General Commands Manual # PROOT(1) - General Commands Manual
NAME # proot - ports chroot builder
SYNOPSIS # proot [-B chroot] [-c configfile] [-S srcroot] [attribute=value …]
DESCRIPTION # proot can fill up a chroot directory for ports building usage. It will perform a set of actions that should fill up a destination chroot directory from the base system (or an optional srcroot).
As far as possible, proot will create hardlinks instead of copying files, so that cloning an existing chroot will often only consume i-nodes.
...
Server,
Sshd_config,
Login.conf,
Ssh,
Chroot,
Scp,
Agent,
Keygen,
Add,
Sftp,
Keyscan,
Moduli,
Inetd,
Sshd SSHD(8) - System Manager’s Manual # SSHD(8) - System Manager’s Manual
NAME # sshd - OpenSSH daemon
SYNOPSIS # sshd [-46DdeGiqTtV] [-C connection_spec] [-c host_certificate_file] [-E log_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-o option] [-p port] [-u len]
DESCRIPTION # sshd (OpenSSH Daemon) is the daemon program for ssh(1). It provides secure encrypted communications between two untrusted hosts over an insecure network.
sshd listens for connections from clients. It is normally started at boot from /etc/rc.
...