Skip to content

Instantly share code, notes, and snippets.

@chauncey
Last active July 25, 2017 12:12
Show Gist options
  • Save chauncey/1bcd3c09969eb4b38a86cb5349646b30 to your computer and use it in GitHub Desktop.
Save chauncey/1bcd3c09969eb4b38a86cb5349646b30 to your computer and use it in GitHub Desktop.
AIX utilities
# List of configurations with info on processers, memory, disks and logical volumes
prtconf
# List processors in the machine
/usr/sbin/lsdev -C -c processor
# Query directory size
du -sk * | sort -n
# Query volume size
df -vk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment