Skip to content

Commit 0e855b3

Browse files
committed
mention SFTP
1 parent a4a4718 commit 0e855b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@
11181118
\item There is also a function \texttt{chroot} which changes the root
11191119
directory of a calling process to a new one. It is often used in various server
11201120
implementations to limit access to the specific subtree. For example, for an
1121-
FTP server. You have to be careful though and make sure it is not possible to
1121+
(S)FTP server. You have to be careful though and make sure it is not possible to
11221122
escape from the chrooted subtree and access other parts of the filesystem. The
11231123
function is also not a part of SUSv4.
11241124
\begin{itemize}

0 commit comments

Comments
 (0)