Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
chroot
headers/posix/unistd.h
461
extern int chroot(const char *path);
src/bin/network/ftpd/ftpd.c
1595
if (chroot(chrootdir) < 0) {