- Timestamp:
- Mar 23, 2011, 10:39:24 PM (14 years ago)
- Branches:
- master
- Children:
- 2ef8466
- Parents:
- 1897712
- git-author:
- Andrew Bradford <bradfa@…> (03/22/11 10:49:38)
- git-committer:
- Andrew Bradford <bradfa@…> (03/23/11 22:39:24)
- Location:
- BOOK/cleanup
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cleanup/chapter.xml
r1897712 ra723063 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="remove-files.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chowning.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="copy-to-target.xml"/> 16 17 -
BOOK/cleanup/chowning.xml
r1897712 ra723063 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../ ../general.ent">4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 5 %general-entities; 6 6 ]> … … 9 9 <?dbhtml filename="chowning.html"?> 10 10 11 <title>Changing the Ownership Of The CLFS System</title>11 <title>Changing the Ownership of the CLFS System</title> 12 12 13 13 <para>Throughout the book, every package has been compiled and installed as … … 17 17 <important> 18 18 19 <para>The commands in the remainder of thisbook must be performed while19 <para>The commands on this page of the book must be performed while 20 20 logged in as <systemitem class="username">root</systemitem>. Check that 21 21 ${CLFS} is still set:</para> … … 28 28 entire CLFS system:</para> 29 29 30 <screen><userinput>chown -Rv root:root ${CLFS} </userinput></screen>30 <screen><userinput>chown -Rv root:root ${CLFS}-final</userinput></screen> 31 31 32 <para>The following files are not to be owned by 33 <systemitem class="username">root</systemitem>:</para> 32 <para>The following files should not to belong to the 33 <systemitem class="groupname">root</systemitem> group, they should belong 34 to the <systemitem class="groupname">utmp</systemitem> group (group 13):</para> 34 35 35 <screen><userinput>chgrp -v utmp ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen>36 <screen><userinput>chgrp -v 13 ${CLFS}-final/var/run/utmp ${CLFS}-final/var/log/lastlog</userinput></screen> 36 37 37 38 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.