Creating a user group

You must set the permissions for the ts-shell configuration files.

Before you begin

If you install the s390-tools package as an RPM, the installation process might perform this task for you.

Procedure

  1. Create a user group for all ts-shell users.
    [root]# groupadd -r ts-shell
  2. Make ts-shell the group for the configuration files.
    [root]# chgrp -R ts-shell /etc/iucvterm
  3. Set the access permissions for the directory with the configuration files.
    [root]# chmod 0750 /etc/iucvterm
    This command makes the /etc/iucvterm directory writable for user root and readable for the ts-shell user group.