LinuxCommands

From IGEP - ISEE Wiki

Revision as of 10:52, 2 February 2014 by Manel Caro (talk | contribs) (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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

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

System Information

arch: Show the machine architecture.

uname -m

[jdoe@localhost ~]$ arch

x86_64

[jdoe@localhost ~]$ uname -m

x86_64