Previous Topic: LNXENTS Keyword—Provide Sign on InformationNext Topic: LOADLIB Keyword—Specify SIGVER record program library definition


Examples: LNXENTS keyword

This example removes the connection between a Linux UID and an ACID on TSO:

TSS REMOVE(USER02) LNXENTS(TSO)

This example automatically assigns a number to an ACID in any facility using the default range and use john's default group acid:

TSS ADDTO(johndoe) LNXENTS(ALL,?,/home/doe,/u,DFLTGRP)

This example automatically assign a number to an ACID within a specific range for any facility:

TSS ADDTO(johndoe) LNXENTS(ALL,?,/home/doe,/u,DFLTGRP)
                   RANGE(10000,200000)

This example displays what LNXENTS numbers are used for a given facility:

TSS WHOHAS LNXENTS(TSO,*)