To set up the iucvconn_on_login script you must copy it
to a suitable directory, make it executable, and add it to /etc/shells.
Procedure
- Copy the script from the s390-tools package documentation
to /usr/bin. The path depends on your distribution
and might or might not include a packages directory or version information
for the s390-tools package.
For example, enter:
[root]# cp /usr/share/doc/packages/s390-tools-1.9.0/ts-shell/iucvconn_on_login /usr/bin
- Make the script executable.
[root]# chmod +x /usr/bin/iucvconn_on_login
- Add the script to /etc/shells.
[root]# echo "/usr/bin/iucvconn_on_login" >> /etc/shells