When entering command lines, you can enter a question mark (?) at any time to obtain online help. You can choose to obtain full help or partial help.
When entering a command, you can use the full help function to obtain keywords and parameters for the command. Use any of the following methods to obtain full help from a command line.
<HUAWEI> ? User view commands: backup Backup electronic elabel cd Change current directory check Check information clear Clear information clock Specify the system clock compare Compare function ...
<HUAWEI> system-view [HUAWEI] user-interface vty 0 4 [HUAWEI-ui-vty0-4] authentication-mode ? aaa AAA authentication, and this authentication mode is recommended none Login without checking password Authentication through the password of a user terminal interface [HUAWEI-ui-vty0-4] authentication-mode aaa ? <cr> [HUAWEI-ui-vty0-4] authentication-mode aaa
"aaa" and "password" are keywords. "AAA authentication" and "Authentication through the password of a user terminal interface" describe the keywords respectively.
<cr> indicates that there is no keyword or parameter in this position. You can press Enter to run this command.
<HUAWEI> system-view [HUAWEI] ftp timeout ? INTEGER<1-35791> The value of FTP timeout, the default value is 30 minutes [HUAWEI] ftp timeout 35 ? <cr> [HUAWEI] ftp timeout 35
"INTEGER<1-35791>" describes the value range of the parameter. "The value of FTP timeout, the default value is 30 minutes" briefly describes the function of this parameter.
If you enter only the first or first several characters of a command keyword, partial help provides keywords that begin with this character or character string. Use any of the following methods to obtain partial help from a command line.
Enter a character string followed directly by a question mark (?) to display all keywords that begin with this character string. For example:
<HUAWEI> d? debugging delete dir display <HUAWEI> d
Enter a command and a string followed directly by a question mark (?) to display all the keywords that begin with this string. For example:
<HUAWEI> display b?
bpdu bridge
buffer
The command output obtained through the online help function is used for reference only.