<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Linux Certification LPIC - 117-101-104</title>
    <link>http://www.lpi-certification.de/</link>
    <description>Schulung zur LPI-Prüfung des Linux Professional Institutes</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Shadow-Passwort-System bei Linux-Systemen</title>
    <link>http://www.lpi-certification.de/archives/43-Shadow-Passwort-System-bei-Linux-Systemen.html</link>
            <category>117-101-104</category>
    
    <comments>http://www.lpi-certification.de/archives/43-Shadow-Passwort-System-bei-Linux-Systemen.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Die Passwörter liegen üblicherweise mit einer Einweg-Verschlüsselung in der Datei &quot;/etc/shadow&quot; mit den Rechten &quot;400&quot; bei Debian und &quot;640&quot; bei RedHat.&lt;br /&gt;
&lt;a href=&quot;http://kris.koehntopp.de/artikel/rwx_sonst_nix/&quot;&gt;http://kris.koehntopp.de/artikel/rwx_sonst_nix/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Die Benutzerkonten liegen üblicherweise in einer CSV-Datei &quot;/etc/passwd&quot; mit den Rechten &quot;644&quot; bei Debian und RedHat. Mindestens Loginname, UserID und Defaultgroup müssen angegeben sein.&lt;blockquote&gt;-rw-r--r-- 1 root root 1269  4. Apr 10:16 /etc/passwd&lt;br /&gt;
-rw-r----- 1 root shadow 574  4. Apr 10:16 /etc/shadow&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Die Anzahl aller Benutzer kann durch Zählen der Zeilen mit &quot;cat /etc/passwd | wc -l&quot; ermittelt werden. 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 14:34:22 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/43-guid.html</guid>
    
</item>
<item>
    <title>Shared Libraries für ein Programm feststellen</title>
    <link>http://www.lpi-certification.de/archives/42-Shared-Libraries-fuer-ein-Programm-feststellen.html</link>
            <category>117-101-104</category>
    
    <comments>http://www.lpi-certification.de/archives/42-Shared-Libraries-fuer-ein-Programm-feststellen.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Mit dem Befehl &quot;ldd&quot; kann man feststellen welche Libraries für ein Programm benötigt werden und ob es dynamisch oder statisch gelinkt wurde.&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.lpi-certification.de/uploads/101/capture_02012007_204451.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;69&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.lpi-certification.de/uploads/101/capture_02012007_204451.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Der komplette Pfad muss angegeben werden!&lt;br /&gt;
&lt;a href=&quot;http://www.selflinux.org/selflinux/html/bibliotheken05.html&quot; &gt;http://www.selflinux.org/selflinux/html/bibliotheken05.html&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mpipks-dresden.mpg.de/~mueller/docs/suse9.2/suselinux-adminguide_de/html/ch29s17.html&quot; &gt;http://www.mpipks-dresden.mpg.de/~mueller/docs/suse9.2/...&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 14:27:39 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Linker-Cache mit ldconfig aktualisieren</title>
    <link>http://www.lpi-certification.de/archives/37-Linker-Cache-mit-ldconfig-aktualisieren.html</link>
            <category>117-101-104</category>
    
    <comments>http://www.lpi-certification.de/archives/37-Linker-Cache-mit-ldconfig-aktualisieren.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Der Filesystem Hierarchy Standard sieht vor: Die Datei &quot;/etc/ld.so.conf&quot; wird eingelesen und &quot;/lib&quot; und &quot;/usr/lib&quot; werden untersucht. In der Umgebungvariablen &quot;LD_LIBRARY_PATH&quot; kann man weitere Ordner angeben.&lt;br /&gt;
&lt;br /&gt;
Als Ergebnis wird eine sortierte Liste der Libraries in &quot;/etc/ld.so.cache&quot; abgelegt.&lt;br /&gt;
&lt;br /&gt;
Der Befehl &quot;ldconfig&quot; dient dazu den Linker-Cacher zu aktualisieren. 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 12:14:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Was unter /proc so steht</title>
    <link>http://www.lpi-certification.de/archives/14-Was-unter-proc-so-steht.html</link>
            <category>117-101-104</category>
    
    <comments>http://www.lpi-certification.de/archives/14-Was-unter-proc-so-steht.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    &quot;&lt;strong&gt;/proc/interrupts&lt;/strong&gt;&quot; - alle benutzten IRQs auf den Rechner&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;strong&gt;/proc/ioports&lt;/strong&gt;&quot; - alle benutzten I/O-Ports auf dem Rechner. Es tauchen nur die I/O-Ports auf, die wirklich vom Kernel benutzt werden. Ports von Geräten, für die kein Treiber aktiv ist, tauchen dort nicht auf!&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;strong&gt;/proc/mounts&lt;/strong&gt;&quot; - alle gemounteten Dateisysteme mit Mountpoints&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.lpi-certification.de/uploads/101/mount.jpg&#039;&gt;&lt;img width=&#039;110&#039; height=&#039;81&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.lpi-certification.de/uploads/101/mount.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;strong&gt;/proc/dma&lt;/strong&gt;&quot; -  alle Infos über die Zuordnung der DMA-Kanäle zu den Geräten, die Datei ist fast leer, PCI-basierte Rechner verwenden Busmastering statt DMA. Daher heute nur noch die Information ob DMA eingeschaltet ist oder nicht.&lt;br /&gt;
&lt;br /&gt;
&quot;&lt;strong&gt;/proc/pci&lt;/strong&gt;&quot; -  alle Infos über die Geräte auf dem PCI-Bus des Rechners, aber bei neueren 2.6-Kernels gibt es diese Datei nicht mehr, hier ist das Kommando &quot;lspci&quot; zu verwenden.&lt;br /&gt;
&lt;br /&gt;
?&quot;&lt;strong&gt;/proc/cmdline&lt;/strong&gt;&quot; - die Parameter wie sie beim Laden des Kernels übergeben wurden. 
    </content:encoded>

    <pubDate>Tue, 07 Nov 2006 14:16:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/14-guid.html</guid>
    
</item>
<item>
    <title>Filesystem Hierarchy Standard</title>
    <link>http://www.lpi-certification.de/archives/22-Filesystem-Hierarchy-Standard.html</link>
            <category>117-101-104</category>
    
    <comments>http://www.lpi-certification.de/archives/22-Filesystem-Hierarchy-Standard.html#comments</comments>
    <wfw:comment>http://www.lpi-certification.de/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.lpi-certification.de/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (LPIC)</author>
    <content:encoded>
    Auf eigene Partitionen, nicht auf die Root-Partition können gelegt werden: &quot;/boot&quot;, &quot;/home&quot;, &quot;/opt&quot;, &quot;/tmp&quot;, &quot;/srv&quot;, &quot;/var&quot;, &quot;/usr&quot;&lt;br /&gt;
&lt;br /&gt;
Für &lt;strong&gt;/home&lt;/strong&gt; sollte man möglichst immer eine eigene Partition vorsehen (Größe entsprechend der Anzahl der User)&lt;br /&gt;
&lt;br /&gt;
Programm die alle User verwenden sollen, liegen unter &quot;&lt;strong&gt;/bin&lt;/strong&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
Dauerhafte Daten von Programme für alle User liegen unter &quot;&lt;strong&gt;/usr&lt;/strong&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
In &quot;&lt;strong&gt;/usr/local&lt;/strong&gt;&quot; muss es geben: &quot;bin&quot;, &quot;sbin&quot;, &quot;man&quot;, &quot;lib&quot;&lt;br /&gt;
&lt;br /&gt;
Am Anfang der Platte unter dem 1024sten Zylinder muss die &quot;&lt;strong&gt;/boot&lt;/strong&gt;&quot; liegen. 
    </content:encoded>

    <pubDate>Tue, 07 Nov 2006 11:12:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.lpi-certification.de/archives/22-guid.html</guid>
    
</item>

</channel>
</rss>