create_rs_env
Use the create_rs_env
command to create a new restricted shell environment for the currently selected zone.
Syntax
create_rs_env rse_name rse_description
Options
This command takes no options.
Arguments
This command takes the following arguments:
Argument | Type | Description |
rse_name |
string |
Required. Specifies the name of the new restricted shell environment. |
rse_description |
string |
Optional. Specifies the description for the new restricted shell environment. |
Return value
This command returns nothing if it runs successfully.
Examples
create_rs_env restrictedenv “This is a restricted shell environment”
Related Tcl library commands
The following commands perform actions related to this command:
- create_rs_command creates a new restricted shell command.