shosei

FreeBSD - Run Kernel and System Info

Mar 13th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. FreeBSD
  2.  
  3. #  sysctl  hw.model #  CPU  model
  4.  
  5. #  sysctl  hw #  Gives  a  lot  of  hardware  information
  6.  
  7. #  sysctl  vm #  Memory  usage
  8.  
  9. #  dmesg  |  grep  "real  mem" #  Hardware  memory
  10.  
  11. #  sysctl  -a  |  grep  mem #  Kernel  memory  settings  and  info
  12.  
  13. #  sysctl  dev #  Configured  devices
  14.  
  15. #  pciconf  -l  -cv #  Show  PCI  devices
  16.  
  17. #  usbdevs  -v #  Show  USB  devices
  18.  
  19. #  atacontrol  list #  Show  ATA  devices
  20.  
  21. #  camcontrol  devlist  -v #  Show  SCSI  devices
Add Comment
Please, Sign In to add comment