Skip to content

Commit 7e40155

Browse files
authored
Merge pull request me115#24 from blade254353074/patch-1
Typo fixed
2 parents aff1908 + a8a32fc commit 7e40155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/07_network.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ DNS查询,寻找域名domain对应的IP::
9191
ftp sftp lftp ssh
9292
--------------------
9393

94-
SSH登陆::
94+
SSH登录::
9595

9696
$ssh ID@host
97-
ssh登陆远程服务器host,ID为用户名。
97+
ssh登录远程服务器host,ID为用户名。
9898

9999

100100
ftp/sftp文件传输::
101101

102102
$sftp ID@host
103103

104-
登陆服务器host,ID为用户名。sftp登陆后,可以使用下面的命令进一步操作:
104+
登录服务器host,ID为用户名。sftp登录后,可以使用下面的命令进一步操作:
105105

106106
- get filename # 下载文件
107107
- put filename # 上传文件

0 commit comments

Comments
 (0)