mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
728ea56c70
commit
4848808d6c
@ -40,11 +40,9 @@ desired for all directories. The first change is a mode 0750 for the
|
|||||||
$LFS/root directory. This is to make sure that not just everybody can
|
$LFS/root directory. This is to make sure that not just everybody can
|
||||||
enter the /root directory (the same a user would do with /home/username
|
enter the /root directory (the same a user would do with /home/username
|
||||||
directories). The second change is a mode 1777 for the tmp
|
directories). The second change is a mode 1777 for the tmp
|
||||||
directories. This way, any user can write data to the /tmp directory when
|
directories. This way, any user can write data to the /tmp directory but
|
||||||
needed. The sticky bit (the first bit in the 1777 mask) makes sure
|
cannot remove another user's files (the latter is caused by
|
||||||
users can't delete other users files which they normally can do,
|
the socalled "sticky bit" - bit 1 of the 1777 bit mask).
|
||||||
because the directory is set in such a way that everybody (owner, group,
|
|
||||||
world) can write to that directory (the 777 in the bit mask)
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<blockquote><literallayout>
|
<blockquote><literallayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user