Command Line Admin |
Top Previous Next |
An administrator user can use the uf101d admin command line options. Such a user is either root on Linux, or a member of an administrators group on Windows. The following options are supported.
All commands are structured as uf101d admin options
Note that square brackets [] indicate optional arguments and are not part of the syntax.
The options that are available are:
•-setpass "userid" -password "password" •-getpass "userid" •-setemail "userid" -email "email-address" •-getemail "userid" •-setconfig [-section "sectionname"] -item "itemname" -value "value" [-force] •-getconfig [-section "sectionname"] -item "itemname" •-o filename writes any response to a file. Without this option, results are displayed on screen.
Examples
uf101d admin -getpass amber -o output.txt writes user amber's password to output.txt
uf101d admin -setconfig -item agetmp -value .25 sets agetmp=.25 in the [defaults] section of uf101d.ini
uf101d admin -setconfig -section security -item authkey -value abc123 sets authkey=abc123 in the [security] section of uf101d.ini, and also in the [defaults] section of uf101c.ini.
|