728x90 AdSpace

Latest News
Tuesday, July 9, 2013

System Information Command - Linux

System Information Command

Command : uname

Usage : This command will print the information of the system

Syntax : uname 

Example : [psruser@cu056 ~]$ uname
Linux

Without options it displays the operating system name

Options

-p

Syntax : uname -p

Usage : It will print the processor name

Example : [psruser@cu056 ~]$ uname -p
x86_64

-i

Syntax :  uname -i

Usage : It will print the Hardware plaform name

Example : [psruser@cu056 ~]$ uname -i
x86_64



Will discuss the other options in the next post..:)

Have a great day ..:)


Praveen Kumar Rajendran

Chennai

  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: System Information Command - Linux Rating: 5 Reviewed By: Praveen Kumar Rajendran