Last active
July 25, 2017 12:12
-
-
Save chauncey/1bcd3c09969eb4b38a86cb5349646b30 to your computer and use it in GitHub Desktop.
AIX utilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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