Changes

LinuxCommands

1,571 bytes added, 11:06, 2 February 2014
no edit summary
= System Information =
#'''arch''': Show the machine architecturearch.#'''uname -m''': Show machine arch.
uname -m <blockquote>{| cellspacing="0" cellpadding="5" border="2" style="font-size: 13px; color: lightgreenrgb(144, 238, 144); background-color: black;"
|-
|
<tt>[jdoe@localhost ~]$ uname -m</tt>
 
<tt>x86_64</tt><tt><br></tt>
 
|}
 
#'''uname -r''': Show the kernel version.
#'''cat /proc/version''': Show kernel version (extra information).
 
{| cellspacing="0" cellpadding="5" border="2" style="font-size: 13px; color: rgb(144, 238, 144); background-color: black;"
|-
|
[jdoe@localhost ~]$ uname -r
 
3.11.10-301.fc20.x86_64
 
[jdoe@localhost ~]$ cat /proc/version&nbsp;
 
Linux version 3.11.10-301.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 14:01:17 UTC 2013<br>
 
|}
 
#'''dmidecode -q''': Show the system hardware information.
#'''hdparm -i /dev/hda''': Show harddisk information.
#'''hdparm -tT /dev/sda''': Do a read test.
#'''cat /proc/cpuinfo''': Show CPU information.
#'''cat /proc/interrupts''': Show IRQ information.
#'''cat /proc/meminfo''': Show Memory status.
#'''cat /proc/swaps''': Show swap files.<br>
#'''cat /proc/net/dev''': Show Network adapters and statistics.
#'''cat /proc/mounts''': Show mounted volumes in the system.
#'''lspci -tv''': Show PCI devices.
#'''lsusb -tv''': Show USB devices.
#'''date''': Show the system date.
#'''cal 2014''': Show calendar &lt;cal + year&gt;
#'''cal 07 2014''': Show month.
#'''date 041217002011.00''': set date (set, adjust) date y hour.
#'''clock -w''': Save date changes in BIOS.
<blockquote>
{| cellspacing="0" cellpadding="5" border="2" style="color: lightgreen; background-color: black;"
|-
|
<tt>[jdoe@localhost ~]$ arch</tt>
 
<tt>x86_64</tt>
 
<tt>[jdoe@localhost ~]$ uname -m</tt>
<tt>x86_64 </tt>