Changes

LinuxCommands

474 bytes added, 10:52, 2 February 2014
Created page with '= Overview = This article describes several linux user space commands that can be useful for doing several tasks __TOC__ = System Information = arch: Show the machine arc…'
= Overview =

This article describes several linux user space commands that can be useful for doing several tasks

__TOC__

= System Information =

arch: Show the machine architecture.

uname -m
<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>

|}
<br> </blockquote><blockquote></blockquote>