[deployment-guide/comm-rel: 683/727] updated gathering sysinfo chapter

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:23:11 UTC 2010


commit 9c0e396106880f75f4d05f14a62c09ccf4426282
Author: Martin Prpic <mprpic at redhat.com>
Date:   Fri Sep 17 17:16:16 2010 +0200

    updated gathering sysinfo chapter

 en-US/Gathering_System_Information.xml |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/en-US/Gathering_System_Information.xml b/en-US/Gathering_System_Information.xml
index 4e10e5e..2171ac9 100644
--- a/en-US/Gathering_System_Information.xml
+++ b/en-US/Gathering_System_Information.xml
@@ -317,7 +317,7 @@ Swap:         2999          0       2999
         <command>df</command>
       </primary>
     </indexterm>
-    <para>The <command>df</command> command reports the system's disk space usage. If you type the command <command>df</command> at a shell prompt, the output looks similar to the following:</para>
+    <para>The <command>df</command> command reports the system's disk space usage. If you Execute the command <command>df</command> at a shell prompt, the output looks similar to the following:</para>
     <screen>
 Filesystem           1K-blocks      Used Available Use% Mounted on
 /dev/mapper/volgrp1-lvroot
@@ -358,7 +358,7 @@ tmpfs                 2.0G  592K  2.0G   1% /dev/shm
         <command>du</command>
       </primary>
     </indexterm>
-    <para>The <command>du</command> command displays the estimated amount of space being used by files in a directory. If you type <command>du</command> at a shell prompt, the disk usage for each of the subdirectories is displayed in a list. The grand total for the current directory and subdirectories are also shown as the last line in the list. If you do not want to see the totals for all the subdirectories, use the command <command>du -hs</command> to see only the grand total for the directory in human-readable format. Use the <command>du --help</command> command to see more options.</para>
+    <para>The <command>du</command> command displays the estimated amount of space being used by files in a directory. If you execute <command>du</command> at a shell prompt, the disk usage for each of the subdirectories is displayed in a list. The grand total for the current directory and subdirectories are also shown as the last line in the list. If you do not want to see the totals for all the subdirectories, use the command <command>du -hs</command> to see only the grand total for the directory in human-readable format. Use the <command>du --help</command> command to see more options.</para>
     <para>To view the system's partitions and disk space usage in a graphical format, use the <guilabel>Gnome System Monitor</guilabel> by clicking on <menuchoice><guimenu>Applications</guimenu><guimenuitem>System Tools</guimenuitem><guimenuitem>System Monitor</guimenuitem></menuchoice> or executing the <command>gnome-system-monitor</command> command at a shell prompt. Select the File Systems tab to view the system's partitions. The figure below illustrates the File Systems tab.</para>
     <figure
       float="0"
@@ -456,7 +456,12 @@ tmpfs                 2.0G  592K  2.0G   1% /dev/shm
     </figure>
     <para>You can also use the <command>lspci</command> command to list all PCI devices. Use the command <command>lspci -v</command> for more verbose information or <command>lspci -vv</command> for very verbose output.</para>
     <para>For example, <command>lspci</command> can be used to determine the manufacturer, model, and memory size of a system's video card:</para>
-    <screen> 00:00.0 Host bridge: ServerWorks CNB20LE Host Bridge (rev 06) 00:00.1 Host bridge: ServerWorks CNB20LE Host Bridge (rev 06) 00:01.0 VGA compatible controller: S3 Inc. Savage 4 (rev 04) 00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08) 00:0f.0 ISA bridge: ServerWorks OSB4 South Bridge (rev 50) 00:0f.1 IDE interface: ServerWorks OSB4 IDE Controller 00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 04) 01:03.0 SCSI storage controller: Adaptec AIC-7892P U160/m (rev 02) 01:05.0 RAID bus controller: IBM ServeRAID Controller </screen>
+    <screen> 
+00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
+        Subsystem: Lenovo Device 20e4
+        Flags: bus master, fast devsel, latency 0
+        Memory at f4200000 (64-bit, non-prefetchable) [size=1M]
+        Capabilities: [d0] Power Management version 3</screen>
     <para>The <command>lspci</command> is also useful to determine the network card in your system if you do not know the manufacturer or model number.</para>
   </section>
   <section
@@ -473,23 +478,23 @@ tmpfs                 2.0G  592K  2.0G   1% /dev/shm
         </listitem>
         <listitem>
           <para>
-            <command>top</command> manual page — Type <command>man top</command> to learn more about <command>top</command> and its many options.</para>
+            <command>top</command> manual page — Execute <command>man top</command> to learn more about <command>top</command> and its many options.</para>
         </listitem>
         <listitem>
           <para>
-            <command>free</command> manual page — type <command>man free</command> to learn more about <command>free</command> and its many options.</para>
+            <command>free</command> manual page — Execute <command>man free</command> to learn more about <command>free</command> and its many options.</para>
         </listitem>
         <listitem>
           <para>
-            <command>df</command> manual page — Type <command>man df</command> to learn more about the <command>df</command> command and its many options.</para>
+            <command>df</command> manual page — Execute <command>man df</command> to learn more about the <command>df</command> command and its many options.</para>
         </listitem>
         <listitem>
           <para>
-            <command>du</command> manual page — Type <command>man du</command> to learn more about the <command>du</command> command and its many options.</para>
+            <command>du</command> manual page — Execute <command>man du</command> to learn more about the <command>du</command> command and its many options.</para>
         </listitem>
         <listitem>
           <para>
-            <command>lspci</command> manual page — Type <command>man lspci</command> to learn more about the <command>lspci</command> command and its many options.</para>
+            <command>lspci</command> manual page — Execute <command>man lspci</command> to learn more about the <command>lspci</command> command and its many options.</para>
         </listitem>
         <listitem>
           <para>


More information about the docs-commits mailing list