Difference between revisions of "LinuxCommands"

From IGEP - ISEE Wiki

Jump to: navigation, search
(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…')
(No difference)

Revision as of 10:52, 2 February 2014

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