Tagged articles
8 articles
Page 1 of 1
Lin is Dream
Lin is Dream
Jun 12, 2025 · Information Security

How to Securely Set Up a Restricted SFTP Account on Linux Using chroot

Learn step‑by‑step how to create a dedicated Linux SFTP user with chroot confinement, configure group permissions, set up a secure upload directory, adjust SSH settings, and restart the service to ensure the account can only upload files without shell access, following the principle of least privilege.

LinuxSFTPSSH
0 likes · 7 min read
How to Securely Set Up a Restricted SFTP Account on Linux Using chroot
Liangxu Linux
Liangxu Linux
Oct 7, 2022 · Cloud Native

How Docker Leverages chroot, Namespaces, and Cgroups for Secure Containers

A whimsical tale explains how Docker solves application deployment pain by using chroot/pivot_root for filesystem isolation, Linux namespaces to hide host resources, and cgroups to limit CPU, memory, and I/O, illustrating core container technologies with practical code snippets.

ContainersDockerLinux
0 likes · 8 min read
How Docker Leverages chroot, Namespaces, and Cgroups for Secure Containers
Ops Development Stories
Ops Development Stories
Nov 3, 2021 · Operations

Deploy BIND9 with chroot, ACL, and Views on CentOS 8

This guide walks through setting up BIND9 in a chroot environment, configuring ACLs and views for intelligent DNS routing, creating master and slave zones, and testing resolution on CentOS 8, providing a practical solution for secure and segmented DNS services.

ACLCentOSDNS
0 likes · 17 min read
Deploy BIND9 with chroot, ACL, and Views on CentOS 8
Laravel Tech Community
Laravel Tech Community
Jul 8, 2021 · Backend Development

PHP chroot Function: Changing the Root Directory

The article explains PHP's chroot function, detailing its purpose of changing the process root directory, required environment and permissions, parameters, return values, and provides a practical code example demonstrating its usage.

BackendFilesystemchroot
0 likes · 2 min read
PHP chroot Function: Changing the Root Directory
Laravel Tech Community
Laravel Tech Community
Mar 5, 2021 · Backend Development

PHP chroot() Function: Changing the Root Directory

The PHP chroot() function changes the current process's root directory to a specified path, works only on supported systems in CLI/CGI/embedded SAPI with root privileges, returns TRUE on success or FALSE on failure, and is illustrated with a simple example.

$rootSystem Callchroot
0 likes · 2 min read
PHP chroot() Function: Changing the Root Directory