LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   single command that shows the entire pc configurations (https://www.linuxquestions.org/questions/linux-hardware-18/single-command-that-shows-the-entire-pc-configurations-312717/)

marsguy 04-13-2005 05:35 AM

single command that shows the entire pc configurations
 
Hello ...

I need your help urgenty

is there a single command that shows the entire pc configurations? ram info, raid Info, processor info, cache info ...etc?

and if there wasn't a single command, how can I do this?

I am using Redhat Enterprise 3

thanks in advance

linmith 04-13-2005 06:22 AM

You might try "lsmod". That should give you some information, but I'm not sure if it will tell you it all. On some systems lsmod can only be run as root, by the way. Sorry I can't be more helpful.

slackie1000 04-13-2005 06:23 AM

hi there,

some of them..

Code:

cat /proc/cpuinfo
cat /proc/meminfo
..
..

i don't think exist only one.
this was asked several times already.
a search would be nice.

regards

slackie1000

ps. for further reference, urgent is only for you. people here donate their time to help. don't use words such "urgently". ;)

marsguy 04-13-2005 07:13 AM

Hello ...

linmith thank you for helping me


slackie1000 thank you for helping me, I got the info I needed using some "cat /proc" commands and also by extracting some lines from the output of "lspci".

By the way, I did search for similar topics before I post this message.

Thank you all again

camelrider 04-13-2005 09:21 AM

As root run:
Code:

#lshw | less
The reason for piping it through 'less' is to enable you to scroll through the rather extensive output.


All times are GMT -5. The time now is 05:29 AM.