2014-08-27 18:41:09 +02:00
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
|
version="5.0"
|
|
|
|
|
xml:id="sec-single-user">
|
|
|
|
|
|
|
|
|
|
<title>Single-User Mode</title>
|
|
|
|
|
|
|
|
|
|
<para>In single-user mode, all Nix operations that access the database
|
2020-07-23 14:28:05 +02:00
|
|
|
|
in <filename><emphasis>prefix</emphasis>/var/nix/db</filename>
|
2014-08-27 18:41:09 +02:00
|
|
|
|
or modify the Nix store in
|
2020-07-23 14:28:05 +02:00
|
|
|
|
<filename><emphasis>prefix</emphasis>/store</filename> must be
|
2014-08-27 18:41:09 +02:00
|
|
|
|
performed under the user ID that owns those directories. This is
|
|
|
|
|
typically <systemitem class="username">root</systemitem>. (If you
|
|
|
|
|
install from RPM packages, that’s in fact the default ownership.)
|
|
|
|
|
However, on single-user machines, it is often convenient to
|
|
|
|
|
<command>chown</command> those directories to your normal user account
|
|
|
|
|
so that you don’t have to <command>su</command> to <systemitem
|
|
|
|
|
class="username">root</systemitem> all the time.</para>
|
|
|
|
|
|
|
|
|
|
</section>
|