Bob Sinbuzz wrote: > People, > > I'm running FC5. > > Is there a shell command I can run which gives me some details > about the type of CPU I have in my host? > > To find out about RAM I use top. > > To look at disk space I use df. > > I'm not a very sophisticated user. > > My goal is to write a simple script which ssh-connects to > all my hosts and then does a simple check of components > and processes. > > Is there a shell command I can run which gives me some details > about the type of CPU I have in my host? > > Bob > sinbuzz@xxxxxxxxxxx <mailto:sinbuzz@xxxxxxxxxxx> > I normally use "cat /proc/cpuinfo" or "less /proc/cpuinfo". You can also use the uname command to get information, but looking at cpuinfo gives more detailed information. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!