LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CentOS Detailed System Information (https://www.linuxquestions.org/questions/linux-newbie-8/centos-detailed-system-information-770092/)

kexpert 11-18-2009 08:17 PM

CentOS Detailed System Information
 
What is the correct command to retrieve all system information
from CentOS from the ssh command-line?

chrism01 11-18-2009 08:20 PM

What info do you want; 'all' is too vague.

kexpert 11-18-2009 08:30 PM

Quote:

Originally Posted by chrism01 (Post 3762084)
What info do you want; 'all' is too vague.

Basically just the OS, version number and whether it is a 32-bit or 64-bit Operating System.

alpha01 11-18-2009 08:55 PM

Quote:

Originally Posted by kexpert (Post 3762091)
Basically just the OS, version number and whether it is a 32-bit or 64-bit Operating System.


lsb_release -a

jmc1987 11-18-2009 09:49 PM

uname should do it

for more information
Code:

man uname

lazlow 11-18-2009 10:23 PM

Quote:

cat /etc/redhat-release
CentOS release 5.4 (Final)
Quote:

uname -a
Linux localhost.localdomain 2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:12:36 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Those to should to the job.

kexpert 11-19-2009 12:03 AM

Quote:

Originally Posted by alpha01 (Post 3762112)
lsb_release -a

$ lsb_release -a
LSB Version:
Distributor ID: n/a
Description: (none)
Release: n/a
Codename: n/a
$


All times are GMT -5. The time now is 09:22 PM.