Skip to content

Commit

Permalink
Update sftp.md, spelling ("root" directory ...) (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeCroise authored Dec 8, 2023
1 parent 60d53f4 commit baea737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/file_sharing/sftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All of these steps will allow you to offer secure SFTP access for your customers

!!! Note "chroot jails for beginners:"

chroot jails are a way to restrict what a process and all of its various child processes can do on your computer. It allows you to choose a specific directory or folder on your machine, and make that the "root" dirtectory for any process or program.
chroot jails are a way to restrict what a process and all of its various child processes can do on your computer. It allows you to choose a specific directory or folder on your machine, and make that the "root" directory for any process or program.

From there on, that process or program can *only* access that folder and its subfolders.

Expand Down

0 comments on commit baea737

Please sign in to comment.