Chapter 5: Using the Command Line Interface
Example 1 - Creating a User Profile
The following command creates a new user profile and sets two
parameters for the new user.
user create May enable admin
Results:
• A new user profile "May" is created.
• The new user profile is enabled.
• The admin role is assigned to the new user profile.
Example 2 - Modifying a User's Roles
The following command assigns two roles to the user "May."
user modify May roles admin,tester
Results:
• The user May has the union of all privileges of "admin" and "tester."
Example 3 - Default Measurement Units
The following command sets all default measurement units at a time.
config:#
user defaultpreferences preferredTemperatureUnit F preferredLengthUnit feet
preferredPressureUnit psi
Results:
• The default temperature unit is set to Fahrenheit.
• The default length unit is set to feet.
• The default pressure unit is set to psi.