Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FreeBSD
- # sysctl hw.model # CPU model
- # sysctl hw # Gives a lot of hardware information
- # sysctl vm # Memory usage
- # dmesg | grep "real mem" # Hardware memory
- # sysctl -a | grep mem # Kernel memory settings and info
- # sysctl dev # Configured devices
- # pciconf -l -cv # Show PCI devices
- # usbdevs -v # Show USB devices
- # atacontrol list # Show ATA devices
- # camcontrol devlist -v # Show SCSI devices
Add Comment
Please, Sign In to add comment