* Fix permission on /nix/store in the manual for multi-user installs
(reported by Silvio Frischknecht).
This commit is contained in:
parent
a12095d3be
commit
325b5a8aee
|
@ -314,7 +314,7 @@ bit turned on (like <filename>/tmp</filename>):
|
|||
|
||||
<screen>
|
||||
$ chgrp nixbld /nix/store
|
||||
$ chmod 1777 /nix/store
|
||||
$ chmod 1775 /nix/store
|
||||
</screen>
|
||||
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue