WEB开发网
开发学院操作系统Linux/Unix AIX V6.1 远程登录会话管理 阅读

AIX V6.1 远程登录会话管理

 2010-09-06 00:00:00 来源:WEB开发网   
核心提示: 现在 FTP 服务需要重新启动,更改才能生效,AIX V6.1 远程登录会话管理(4),下面的命令将停止并启动 FTP 服务,代码 2:重新启动 FTP 子服务器(0)root@motu:61H(0934A_61H):/#stopsrc-tftp0513-127Theftpsubserverwa

现在 FTP 服务需要重新启动,更改才能生效。下面的命令将停止并启动 FTP 服务。

代码 2:重新启动 FTP 子服务器

 
(0) root @ motu: 61H (0934A_61H) : / # stopsrc -t ftp 
0513-127 The ftp subserver was stopped successfully. 
(0) root @ motu: 61H (0934A_61H) : / # startsrc -t ftp 
0513-124 The ftp subserver has been started. 

我们来验证一下刚才设置的自动下线配置。一旦我们成功地连接到 FTP 服务器(通过基本命令进行验证),我们将明确地保持会话休眠 60 秒钟。在其后执行任何命令时,我们都会从服务器收到消息 “421 Timeout (60 seconds): closing connection.”,这表明 FTP 的自动下线已成功配置。

代码 3:验证 FTP 自动下线功能

 
(0) root @ motu: 61H (0934A_61H) : / # ftp motu.in.ibm.com 
Connected to motu.in.ibm.com. 
220 motu.in.ibm.com FTP server (Version 4.2 Wed Jun 3 15:43:49 CDT 2009) ready. 
Name (motu.in.ibm.com:root): root 
331 Password required for root. 
Password: 
230-Last unsuccessful login: Mon Oct 26 12:20:34 IST 2009 on /dev/pts/0 from 
ssingh11.in.ibm.com 
 
230-Last login: Tue Nov 24 15:36:56 IST 2009 on ftp 
230 User root logged in. 
ftp> cd 
(remote-directory) / 
250 CWD command successful. 
ftp> lcd 
Local directory now / 
ftp> cd 
(remote-directory) / 
421 Timeout (60 seconds): closing connection. 
ftp> quit 

上一页  1 2 3 4 5 6 7  下一页

Tags:AIX 远程 登录

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接