Linux version & Operating System info

LINUX Version Info

To learn the architecture and kernel version info use the shell command below:

 

#less /etc/redhat-release

The output will be like

CentOS release 5.4 (Final)

To learn the architecture & kernel version:

#uname -a

you can use the command above, the last numbers marked as red below is your architecture:

Linux xxx.veriportal.com 2.6.18-164.9.1.el5 #1 SMP Tue Dec 15 20:57:57 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
 
  • 106 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

Setting time with NTP in LINUX

NTP (Network Time Protocol) could be used to set time synced with ntp clocks, to do this use the...

Build PHP5.5 on CentOS 6.4 with MSSQL Support [cite]

Most of the yum repos doesn’t include PHP5.5.X on current releases for the time being. So...

Change Outgoing IP of Postfix Mail Server

This can get quite important when your mail server is blacklisted, or if you somehow want to...

Add New Hosting to a System Installed With Plugged.sh

If you use our LAMP installer script and want to add a new domain afterwards, we’ve created...

Getting Network Information in Bash Scripts

Sometimes when writing your bash scripts, you may need some information about the network, such...