Skip to content

Commit aa302cd

Browse files
author
Vladimir Kotal
committed
better wording
1 parent 31da2aa commit aa302cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

user-access.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
for a given user (possibly because all users can write), the user can create any
7979
file that does not exist in that directory yet. However, if the file exists but
8080
is not owned by the user, he/she can not remove nor rename it even if
81-
he/she can write the directory. The sticky bit is denoted by ``t'' and is
81+
he/she can write to the directory. The sticky bit is denoted by ``t'' and is
8282
typically used for temporary directories:
8383

8484
\begin{verbatim}
@@ -90,7 +90,8 @@
9090
directories created in this directory will have the same owner as the directory
9191
itself. The filesystem must be mounted with an \texttt{suiddir} flag and
9292
the kernel may need an additional non-default option \texttt{SUIDDIR}. It also
93-
does not work for the root user. This functionality is there to support Samba.
93+
does not work for the root user. This functionality is there to support the
94+
Samba protocol.
9495
\item Originally, the sticky bit had a meaning for regular files as well but
9596
that is not used anymore.
9697
\item Some filesystems (XFS, AFS, UFS2, ZFS, and others) also support

0 commit comments

Comments
 (0)