1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

Fixed spelling mistake. "System" not "stystem".
This commit is contained in:
Jared S
2015-11-16 00:12:57 -05:00
parent 9d91e098d6
commit a6af4c5cda

View File

@ -21,7 +21,7 @@ pciconf -l -cv # show info about PCI devices of the mac
camcontrol devlist -v # list of attached ATA devices camcontrol devlist -v # list of attached ATA devices
ifconfig # show and configure network interface parameters ifconfig # show and configure network interface parameters
sysctl # tool to show/set all system/kernel coniguration variables sysctl # tool to show/set all system/kernel coniguration variables
sysctl -a # show all stystem/kernel configuration variables sysctl -a # show all system/kernel configuration variables
sysctl hw # show hardware related info and settings sysctl hw # show hardware related info and settings
sysctl net # show all network related info and settings sysctl net # show all network related info and settings
sysctl hw.model # show CPU model sysctl hw.model # show CPU model