1SMBIOS-TOKEN-CTL(1) User Commands SMBIOS-TOKEN-CTL(1)
2
3
4
6 smbios-token-ctl - ../src/bin/smbios-token-ctl
7
9 smbios-token-ctl
10
11
13 --version
14 show program's version number and exit
15
16 -h, --help
17 show this help message and exit
18
19 -d, --dump-tokens
20 Action: dump token table
21
22 --dump-tokens-csv
23 Action: dump token table in CSV format
24
25 --import-token-settings-csv
26 Action: Restore token settings from CSV table dump
27
28 --is-string
29 Action: return true if specified token is a string.
30
31 --is-bool
32 Action: return true if specified token is a bool.
33
34 --is-active
35 Action: return true if specified bool token is active.
36
37 --get-string
38 Action: get string token value.
39
40 --activate
41 Action: activate specified bool token.
42
43 --set-string
44 Action: set string token value.
45
46 -i TOKEN_ID, --token-id=TOKEN_ID, --token=TOKEN_ID
47 Filter only token with ID.
48
49 -n TOKEN_NAME, --token-name=TOKEN_NAME
50 Filter only token with name.
51
52 -s TOKEN_SETTING, --token-setting=TOKEN_SETTING
53 Filter only token with setting.
54
55 --token-csv=TOKEN_CSV
56 path to the token.csv file.
57
58 --token-blacklist-csv=TOKEN_BLACKLIST_CSV
59 Path to token blacklist file.
60
61 -v, --verbose
62 Display more verbose output.
63
64 -q, --quiet
65 Minimize program output. Only errors and warnings are displayed.
66
67 --trace
68 Enable verbose function tracing.
69
70 --logconfig=LOGCONFIG
71 Specify alternate config log.
72
73 --password=PASSWORD
74 BIOS Setup password for set/activate operations.
75
76 -r, --rawpassword
77 Do not auto-convert password to scancodes.
78
79 --memory-dat=MEMORY_DAT
80 Path to a memory dump file to use instead of real RAM
81
82 --cmos-dat=CMOS_DAT
83 Path to a CMOS dump file to use instead of real CMOS
84
86 The full documentation for smbios-token-ctl is maintained as a Texinfo
87 manual. If the info and smbios-token-ctl programs are properly
88 installed at your site, the command
89
90 info smbios-token-ctl
91
92 should give you access to the complete manual.
93
94
95
96smbios-token-ctl 2.4.2 February 2019 SMBIOS-TOKEN-CTL(1)