Linux minicom command
Linux Command大全
Linux minicom command is used for the modem communication program.
minicom is a very popular PPP dial-up connection program.
Syntax
minicom [-8lmMostz][-a<on or off>][-c<on or off>][-C<Get File>][-d<Number>][-p<Simulated Terminal>][-S<script file>][Configuration File]
Parameter Description:
- -8 Do not modify any8Character encoding characters.
- -a<on or off> Set the terminal attributes.
- -c<on or off> Set the color mode.
- -C<Get File> Specify the file to be retrieved, and enable the retrieval function at startup.
- -d<Number> Start or dial directly.
- -l Will not convert all characters to ASCII code.
- -m Use Alt or Meta key as the command key.
- -M With-m parameters are similar.
- -o Do not initialize the modem.
- -p <Simulated Terminal> Use the simulated terminal.
- -s Open the program setting screen.
- -S<script file> Execute the specified script file at startup.
- -t Set the type of the terminal.
- -z Display status column on the terminal.
- [Configuration File] Specify the minicom configuration file.
Linux Command大全