| 1234567891011121314151617181920212223 | <sect1 id="ch05-installasroot"><title>Install all software as user root</title><para>It's best if you login as root or su to root when installing thesefiles. That way you are assured that all files are owned by user root,group root (and not owned by the userid of your non-root user) and if apackage wants to set special permissions it can do so without problemsdue to non-root access.</para><para>If you read the documentation that comes with Glibc, Gcc and otherpackages they recommend not to compile the packages as user root. Wefeel it's safe to ignore that recommendation and compile as user rootanyways. Hundreds of people using LFS have done so without any problemswhatsoever and we haven't encountered any bugs in the compile processesthat cause harm. So it's pretty safe (never can be 100% safe though, soit's up to you what you end up doing).</para></sect1>
 |