HP9000系统知识手册模板

上传人:re****.1 文档编号:497827261 上传时间:2023-06-26 格式:DOC 页数:65 大小:746KB
返回 下载 相关 举报
HP9000系统知识手册模板_第1页
第1页 / 共65页
HP9000系统知识手册模板_第2页
第2页 / 共65页
HP9000系统知识手册模板_第3页
第3页 / 共65页
HP9000系统知识手册模板_第4页
第4页 / 共65页
HP9000系统知识手册模板_第5页
第5页 / 共65页
点击查看更多>>
资源描述

《HP9000系统知识手册模板》由会员分享,可在线阅读,更多相关《HP9000系统知识手册模板(65页珍藏版)》请在金锄头文库上搜索。

1、HP9000 系统知识手册目录前言4第一章Fundamental of HP-UNIX system5一、 Some beginning commands5二、 Basic file system commands5三、 What can we do with files?5四、 File permissions and access6五、 shell 的基础知识6六、 shell 的高级特征7七、引用7八、输入和输出重定向7九、使用网络服务8十、进程控制8十一、 Shell 编程9十二、 shell 编程分支9十三、 Shell 编程循环10十四、 Vi 工具11十五、文件脱机存储12第二章

2、Admin I13一、受限 SAM13二、定制用户账号13三、文件系统13- 1 -HP9000 系统知识手册四、联接外围设备五、配置设备文件六、配置磁盘设备. 14. 14. 15七、文件系统16八、文件系统创建16九、 File system的修复16十、文件系统管理17十一、系统备份17十二、计划 cron 作业18十三、用 SD-UX 管理软件18十四、补丁管理19十五、重新配置内核19十六、 Shutdown and reboot20十七、管理交换区20第三章Admin II21一、局域网概念21二、局域网硬件21三、配置 IP 连通性21四、配置路由22五、配置子网22六、解决网络

3、连通性问题22七、启动网络服务22- 2 -HP9000 系统知识手册八、 NFS 概念23九、 NFS 配置23十、 Automounter24十一、 DNS 名字解析24十二、配置和保护ARPA/Berkeley 服务26十三、管理 bootp 和 tftp27十四、介绍网络时间协议(NTP)27第四章综合知识30一、 Features of RA-RISC30二、 SS_CONFIG30三、 Machine checks31四、 Small Computer System Interface31五、 K Class32六、 R&D Class32七、维护小知识33- 3 -HP9000

4、系统知识手册前言HP9000 系统知识手册是根据本人的培训笔记和日常的维护服务工作记录编写而成,主要包含四个章节,前三章主要是 HP-UNIX 老三篇的内容,第四章包括一些 HP9000 小型机系统的基本知识和本人在维护中积累的维护小知识。本人编写此知识手册的目的主要有两个方面,一是对自己的记忆力没有信心,担心我记录的笔记一旦丢失, 我多年的积累的东西就全部付之东流, 我的大脑一夜就回到了解放前。 二是形成一个电子版的手册, 便于需要时查询, 尤其是在用户现场时,不用去翻书,以避免用户的冷眼相待。由于本人的水平有限,所以此知识手册的内容有一些片面之处,尤其是第四章维护小知识中的一些 case

5、产生问题的原因多种多样,那么解决这些问题的 solution 也是多方面的,而此手册记录的方法只是其一,仅供同志们在遇到此类问题时多一条思路。欢迎兄弟们补充完善这个手册。- 4 -HP9000 系统知识手册第一章Fundamental of HP-UNIX system一、 Some beginning commands1、 id; Display you user and group identifications2、 who; Indentify other users logged on to the system3、 date; Display the system time and

6、date4、 passwd; Assign a password to your user account5、 echo; Display simple messagess to your screen6、 banner; Display arguments in large letters7、 clear; Clears terminal screen8、 write username tty; Sends message to username if logged in9、 mesg y|n; Allows or denies “write ” to your terminal10、 ne

7、ws-a -n headline; Display the system news-a; Display all news-n; Display new headlines二、 Basic file system commands1、 pwd; Display where are you2、 ls a ; List all files-d;列举目录的特征-l ( ll );列出文件详细信息-F( lsf ) ;显示中用 /表示目录,用* 表示可执行文件-R( lsr);递归显示指定目录及其下的文件3、 cd;Change directory4、 find path_list expressio

8、nexample:find / -name .profile5、 mkdir and rmdirmkdir -p -m mode dir_pathname-p;如果中间目录不存在,创建中间目录-m;创建完后,将其权限设定为mode 指定权限三、 What can we do with files?1、 ls; Look at the characteristics of a file2、 cat; Look at the contents of a file3、 more ; Look at the contents of a file , one screenful at a time4、

9、tail -n; Display the end of files-n;显示文件最后n 行- 5 -HP9000 系统知识手册5、 lp -d dest -n number -o option -t title -w file -n;打印份数-d;执行打印请求的打印机名-t;打印结果的首页标题-o;指定与打印机有关的选项-w;文件打印完时向用户终端写一个消息6、 lpstat -t7、 cancel id printer;取消打印作业8、 cp -r -I file1dir new_filedestdir;拷贝一个文件或目录9、 mv -I file1dir newfiledestdir;剪切

10、一个文件或目录10、 ln file newfiledestdir;链接一个文件或目录11、 rm -ri -f; -f 强制性删除文件或目录四、 File permissions and access1、 chmod u+rwx , g+rwx , o+rwx 777 file2、 umask g=rwx ,u=rwx , o=rwx;user file create mode mask-s;以标志格式显示出目前创建文件时默认模式的掩码值3、 touch -amct file;更新文件的时间戳,可创建空白文件-a time;将文件的访问时间改为-m time;将文件的修改时间改为-t tim

11、e;使用指定的时间-c;如果该文件不存在,不要创建这个文件4、 chown owner :group filename;改变文件所有者5、 su user_name;切换用户标识6、 newgrp groupname ;切换到新组中去newgrp;返回原组,用户必须在/etc/group 文件中指定为groupname 的成员7、 lsacl filename; list the access control list ( ACL ) for a filechacl ACL filename; change the ACL for a file访问权限级别: (u.g, rwx )( u.%, rwx )( %, g, rwx )( %, %, rwx )注意: ACL只在 hsf 文件系统上得到支持,HP-UX11.00 默认不是 hfs五、 shell 的基础知识1、别名化: alias name=string2、命令历史:history -n|a z3、重输入命令:r c 一个命令的首字母4、用户环境:

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 演讲稿/致辞

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号