Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabiotatsuo/12b4d6173caecd09316fc17dfc67dd53 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/12b4d6173caecd09316fc17dfc67dd53 to your computer and use it in GitHub Desktop.
FreeBSD commands
top -b
ps -aux
# partition
gpart show
# ten largest directories / files
du -a /var | sort -n -r | head -n 10
# size
df -h
# directory size
du -hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment