Use CONTEXT to set a user's current context in the Directory tree.
CONTEXT has the following command format:
CONTEXT context
Replace context with the context you want the user to see after login.
As with the workstation CX utility, you can enter a complete name to move down through the context, or you can use periods to move up toward the Root of the Directory tree.
To change the context to the Organizational Unit SALES, under the Organization ACME_US, add the following line to the login script:
CONTEXT .SALES.ACME_USYou can type a single period instead of a container name to indicate that you want to move up one level.
For example, if you are in the context SALES.ACME_US and you want to move up one level to the context ACME_US, add the following line to the login script.
CONTEXT .To move up two levels, enter two periods, and so on.
For more information about using the CX utility, see ``CX''.