I have to deal with a very poorly loaded out AIX system for a development project. One thing I find missing are utilities common to Linux systems, such as those in the procps collection. Is there a convention on AIX for names or paths under which utilities common from the Linux world would be installed?
For instance, the watch
in /usr/sbin/
on AIX is not the watch
found on Linux systems. The Linux version runs a command periodically and keeps its most recent output on screen. The AIX version is a privileged auditing/logging tool. I want to know if there's someplace I should look for the Linux version, or if I'd need to build it for myself.