2015《实用UNIX教程》中的例题.docVIP

  1. 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
  2. 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
  3. 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
教材 《实用UNIX教程》 清华大学出版社,2005年出版, 16开,300页 ISBN 7-302-09825-5/TP.6778 作者E-mail: jiangy@ 第1章 UNIX简介 【例1-1】使用telnet登录到远程一台AIX系统的例子。 括号内的楷体字内容是一些注释。 $ (在shell提示符下输入命令) $ telnet 35 Trying... Connected to 35. Escape character is ^]. AIX Version 5 (C) Copyrights by IBM and by others 1982, 2000. login: jiang (出现登录提示符,输于远程计算机用户的用户名/口令) jiangs Password:*** ********************************************************** * Welcome to AIX Version 5.1! * Please see the README file in /usr/lpp/bos for information * pertinent to this release of the AIX Operating System. ********************************************************** Last unsuccessful login: Wed Jun 25 12:38:45 2003 on /dev/pts/0 from 9 Last login: Wed May 19 08:04:53 2004 on /dev/pts/0 from 9 $ (登录到了远程的计算机,这里的shell提示符$是远程计算机给出的,在此输入的命令,在远程计算机上执行) $ tty /dev/pts/1 $ who am i jiang pts/1 May 19 08:45 $ $ ^](在此按下转义字符Ctrl-]键,会出现telnet的提示符,开始和本地telnet仿真程序会话) telnet help Commands may be abbreviated. Commands are: close close current connection display display operating parameters emulate emulate a vt100 or 3270 terminal mode try to enter line-by-line or character-at-a-time mode open connect to a site quit exit telnet send Transmit special characters (send ? for more) set set operating parameters (set ? for more) status print status information toggle toggle operating parameters (toggle ? for more) z suspend telnet ? print help information telnet (在此直接按回车,退出和telnet程序的会话,继续与远程计算机会话) $ tty /dev/pts/1 $ $ exit Connection closed. 【例1-2】ftp会话的过程。 $ ftp 15(在shell中输入ftp命令). Connected to 15. 220 RISC6000 FTP server (Version wu-2.6.1(1) Thu Jul 20 19:10:14 DFT 2000) ready. Name (jiang): jiang(输入远程计算机的用户名和口令) 331 Password required for jiang. Password:*** 230 User jiang logged in. ftp dir(在ftp提示符下,可以输入ftp的命令,dir用于察看远端计算机的目录) 200 PORT command successful. 150 Opening ASCII mode data connection for /bin/ls. total 522776 -rw----r-- 1100 328 Aug 30 2003 .sh_history -rw-r

您可能关注的文档

文档评论(0)

AnDyqaz + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档