Bsd


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Bsd
# 1  
Old 10-21-2002
Bsd

Is there a command in BSD that will show the processor type, motherboard and amount of memory?
# 2  
Old 10-21-2002
hope this would help...

you can get many of such system and h/w related values by passing appropriate flags to getconf

for example

getconf CPU_CHIP_TYPE

also refer this manual page for a rich set of such flags applicable to hp-ux

http://docs.hp.com/hpux/onlinedocs/B....html#examples

I don't know whether this is a command in BSD...
# 3  
Old 10-21-2002
`dmesg` is a pretty universal catch-all for this department. The only exception is if the file that dmesg accesses has been filled with errors and all the good stuff forced out.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies
Login or Register to Ask a Question