We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aff1908 + a8a32fc commit 7e40155Copy full SHA for 7e40155
base/07_network.rst
@@ -91,17 +91,17 @@ DNS查询,寻找域名domain对应的IP::
91
ftp sftp lftp ssh
92
--------------------
93
94
-SSH登陆::
+SSH登录::
95
96
$ssh ID@host
97
-ssh登陆远程服务器host,ID为用户名。
+ssh登录远程服务器host,ID为用户名。
98
99
100
ftp/sftp文件传输::
101
102
$sftp ID@host
103
104
-登陆服务器host,ID为用户名。sftp登陆后,可以使用下面的命令进一步操作:
+登录服务器host,ID为用户名。sftp登录后,可以使用下面的命令进一步操作:
105
106
- get filename # 下载文件
107
- put filename # 上传文件
0 commit comments