File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ cu
2+ ===
3+
4+ 用于连接另一个系统主机。
5+
6+ ## 补充说明
7+
8+ ** cu命令** 用于连接另一个系统主机。cu(call up)指令可连接另一台主机,并采用类似拨号终端机的接口工作,也可执行简易的文件传输作业。
9+
10+ ### 语法
11+
12+ ```
13+ cu [dehnotv][-a<通信端口>][-c<电话号码>][-E<脱离字符>][-I<设置文件>][-l<外围设备代号>]
14+ [-s<连线速率>][-x<排错模式>][-z<系统主机>][--help][-nostop][--parity=none][<系统主机>/<电话号码>]
15+ ```
16+
17+ ### 选项
18+
19+ ```
20+ -a<通信端口>或-p<通信端口>或--port<通信端口> 使用指定的通信端口进行连线。
21+ -c<电话号码>或--phone<电话号码> 拨打该电话号码。
22+ -d 进入排错模式。
23+ -e或--parity=even 使用双同位检查。
24+ -E<脱离字符>或--escape<脱离字符> 设置脱离字符。
25+ -h或--halfduple 使用半双工模式。
26+ -I<配置文件>或--config<配置文件> 指定要使用的配置文件。
27+ -l<外围设备代号>或--line<外围设备代号> 指定某项外围设备,作为连接的设备。
28+ -n或--prompt 拨号时等待用户输入电话号码。
29+ -o或--parity=odd 使用单同位检查。
30+ -s<连线速率>或--speed<连线速率>或--baud<连线速率>或-<连线速率> 设置连线的速率,单位以鲍率计算。
31+ -t或--maper 把CR字符置换成LF+CR字符。
32+ -v或--version 显示版本信息。
33+ -x<排错模式>或--debug<排错模式> 使用排错模式。
34+ -z<系统主机>或--system<系统主机> 连接该系统主机。
35+ --help 在线帮助。
36+ --nostop 关闭Xon/Xoff软件流量控制。
37+ --parity=none 不使用同位检查。
38+ ```
39+
40+ ### 实例
41+
42+ 与远程主机连接
43+
44+ ```
45+ cu -c 0102377765
46+ ```
47+
48+
49+ <!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
You can’t perform that action at this time.
0 commit comments