how to get partition-specific information and statistics in AIX
Description
The lparstat command provides a report of partition information and utilization statistics. This command also provides a display of Hypervisor information.
coolcommand: how to find all instances of $ in PHP files that are not part of a variable name in Linux
Example: ls --indicator-style=none *.php | xargs -n 1 egrep -Hn '\$[^A-Za-z_\$]' | sed G
[show me the details]
coolcommand: how to find the file where all the filesystem descriptions are in IBM AIX
Example: /etc/filesystems
[show me the details]
coolcommand: how to recursively copy directories preserving permission
Example: find . -depth | cpio -pdmv /newpath
[show me the details]
coolcommand: how to enable debug in your NIM client installation
Example: nim -Fo check -a debug=yes [SPOTNAME]
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts