Web Hosting Talk







View Full Version : Unix command for listing system info


Rockerhard
12-02-2002, 06:19 PM
What is it? I searched in my books, the net, and came up empty. I want to know the command for listing the system info like the cpu, ram, hard drive, and other system info.

thanks.

Mdot
12-02-2002, 06:32 PM
cat /proc/cupinfo
cat /proc/version
top
free
.....
...
..

Mdot
12-02-2002, 06:32 PM
..
....
.....
hdparm -i /dev/hda
uname -a
ifconfig
cat /etc/modules.conf

:D

sasha
12-02-2002, 06:38 PM
.....
.......
lspci
dmesg

Rockerhard
12-02-2002, 07:21 PM
Thanks a lot both of you. I'll mess around with these a bit later.

kerplunk
12-03-2002, 07:54 PM
http://phpsysinfo.sourceforge.net/

:)

Xanie
12-03-2002, 08:15 PM
Originally posted by kerplunk
http://phpsysinfo.sourceforge.net/

:)

Damn, that is a sweet script :P Like Perfect... unf unf ;P

kerplunk
12-04-2002, 01:09 AM
Yup, a lot of people use it... including myself. :)