Supervising the Network
5-48
Customizing the User Environment
Login Script Commands and Variables
PROFILE
Use PROFILE in a container script to set or override a user’s assigned or
command-line-specified profile script. It is useful when defining a group
profile.
Command Format
PROFILE profile_object_name
Example
To override the profile script assigned to a user or specified at the command
line and cause the user to execute a PROFILE script called team_profile, use
the following command:
PROFILE team_profile
REMARK
Use REMARK to insert explanatory text into your login script. This text
does not display on the screen.
Command Format
REM[ARK] [text]
or
* [text]
or
; [text]
Replace text with the comment you want to include in the login script.
Using REMARK
Follow these guidelines for using REMARK:
• To include explanatory text in your login script, begin a line with REMARK,
REM, an asterisk (*), or a semicolon (;).
• Any text that follows these symbols is ignored when the LOGIN command
executes your login script. Remarks do not appear on the screen.
• Using remarks in your login script can make the script much easier for you or