# Study the Linux commands and their purpose to note computer software information for your installed centos1 VM. You should take time to issue each of these commands to view the output, and record this chart in your lab1 logbook.
# Make certain to record output from these commands (except for the '''ps -ef''' output) in your lab1 logbook.
<tr valign="top">
<td width="20%" style="border-bottom: thin solid black;">[[Image:t3.png|left|110px|]]:: <b></tdcode> <td span width="20%" style="borderpointer-events: none;cursor: default;color:#3366CC;font-bottomsize: thin solid black1.2em;">'''Common Guest VM Operations''' (Left to Right):'''Shutdown''', '''Suspend''', '''Start''', '''Restart'''ifconfig</span></tdcode> </trb><br><b> <tr valign="top"code> <td span width="20%" style="borderpointer-bottomevents: none;cursor: thin solid blackdefault;">[[Imagecolor:t4.png|left|100px|]]</td> <td width="20%" style="border#3366CC;font-bottomsize: thin solid black1.2em;">'''Snapshot (i.e. Restore Points)'''route -n<br/span>(left to Right): Take '''new Snapshot''', Revert to '''Parent Snapshot''', '''Manage Snapshots'''</tdcode> </trb><br><b> <tr valign="top"code> <td span width="20%" style="borderpointer-bottomevents: none;cursor: thin solid blackdefault;">[[Imagecolor:t5.png|left|30px|]]</td> <td width="20%" style="border#3366CC;font-bottomsize: thin solid black1.2em;">'''Exit Full Screen''' modenslookup</tdspan> </trcode> <tr valign="top"/b> <td width="20%" style="border-bottom: thin solid black;">[[Image:t6.png|left|110px|]]</td> <td width="20%" style="border-bottom: thin solid black;">Obtain network connectivity confirmation including: '''RunningIP ADDRESS''' Virtual Machines, '''Netmask''', '''routing''' (default gateway), and the default '''Domain Name Server'''.</td>
</tr>
</table>
#To find out the name that you have assigned to your Linux system, enter the command: <b><code><span style="color:#3366CC;font-size:1.2em;">hostname</span></code></b>
#To find out the kernel version of your GNU/Linux workstation and the date it was created, enter the command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">uname -rv</span></code></b>
#To find out all the system processes running on your GNU/Linux workstation, enter the command: <b><code><span style="color:#3366CC;font-size:1.2em;">ps -ef</span></code></b>
#We will now collect networking information for your installed system.
#To check the network configuration settings obtained from the DHCP server, run the following commands, describing the output in your log book:
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">ifconfig</span></code></b>
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">route -n</span></code></b>
:::<b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">nslookup</span></code></b> (at the ''nslookup'' prompt, enter the word '''server''' and record the output. Type exit to leave nslookup).
<ol><li value="8">Find the following information in the output of the above commands:</li></ol>
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">MAC address</span></code></b> of the ethernet network interface
:::<b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">Subnet mask</span></code></b>
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">The IP address </span></code></b> (assigned to you by the DHCP server)
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">The default gateway</span></code></b>
::: <b><code><span style="pointer-events: none;cursor: default;color:#3366CC;font-size:1.2em;">The DNS nameserver</span></code></b>
<ol><li value="9">Run the commands <b><code><span style="color:#3366CC;font-size:1.2em;">hostname</span></code></b>, <b><code><span style="color:#3366CC;font-size:1.2em;">uname -rv</span></code></b>, <b><code><span style="color:#3366CC;font-size:1.2em;">ps -ef</span></code></b>, <b><code><span style="color:#3366CC;font-size:1.2em;">ifconfig</span></code></b>, and <b><code><span style="color:#3366CC;font-size:1.2em;">route -n</span></code></b> redirecting the output to add to a file in root's home directory called <b><code><span style="color:#3366CC;font-size:1.2em;">system.txt</span></code></b>.</li><li>Copy the installation log file <code>'''/var/log/anaconda/packaging.log'''</code> and the file '''system.txt''' to a USB memory key, or '''scp''' to your matrix account as a backup.</li></ol>