Setting up the script

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

  1. 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
  2. Make the script executable.
    [root]# chmod +x /usr/bin/iucvconn_on_login
  3. Add the script to /etc/shells.
    [root]# echo "/usr/bin/iucvconn_on_login" >> /etc/shells