activemq | Apache ActiveMQ - message broker written in java ( https://activemq.apache.org ) |
ansible | IT automation system ( https://www.ansible.com ) |
ant | Apache Ant - tool for building Java applications ( https://ant.apache.org ) |
ant-doc | Documentation files for Apache Ant |
autoconf | Macros that produce shell scripts to automatically configure software source code packages |
PASE
To find file/s with specific name
find /directory_to_search -name file_name
when omitted QSYS.LIB
find / -type d -name QSYS.LIB -prune -o -name 'file_name' -print
or
RPM (Red Hat Package Manager) command is used for installing, uninstalling, upgrading, querying, listing, and checking packages.
In this case was problem with QSSHD user profile (IBM-SUPPLIED SSHD USER PROFILE).
Seting this profile status to *ENABLED solved problem.
ssh -V
$
bash --version
SELECT VAR_TYPE AS TYPE,
CAST(VAR_BNAME AS CHAR(50)) AS NAME,
VAR_BVALUE AS VALUE,
VAR_CCSID AS CCSID
FROM QSYS2.ENVIRONMENT_VARIABLE_INFO;