Command line interface User administration
Digi CM User Guide 152
User administration
Add, edit or delete users with the Digi CM unit’s command line interface.
▪ Add user
Example: useradd -d /tmp [-g groupid] [-s shellprogram] [username]
groupid = Options are: Sys admin, Port admin, or Standard User.
500 = Sys admin
501 = Port admin
502 = Standard User
These are the three types of groups supported by the Digi CM unit. You must use one of these.
shellprogram = Options are: CLI (Command Line Interface), Config menu, Port access menu, or
Custom menu.
/bin/bash = CLI
/bin/editconf = Configuration menu
/bin/vts.master = Port access menu
/bin/menu = Custom menu
These are the four types of shells supported by the Digi CM unit. You must use one of these
four.
• passwd [username]
• saveconf
• applyconf
▪ Modify user
Example: usermod -d /tmp [-g groupid] [-s shellprogram] [username]
Syntax is the same as it is for useradd mentioned above.
• saveconf
• applyconf
▪ Delete user
Example: userdel[username]
• saveconf
• applyconf
Locator LED script
The Find Me LED on the Digi CM 48 can be deactivated and reactivated with the following file and
command.