摘要:
○ 第八节 管道(pipe)及输出入重导(redirection) ○
□ unix 把输出入设备亦视为档案,这些设备可能是键盘,萤幕,印表机,也可以
是磁盘档,以下是 unix 的标准输出入设备∶
⊙ 标准输入(stdin)
平时为键盘,可用 < 转向。
例∶mail b82000 < myfile 可将 myfile 档案寄给 b82000
⊙ 标准输......
摘要:
○ 第五节 处理程序(process)的控制 ○
□ 指令简介
⊙ ps 显示 process 的状态(process status)
pid 栏∶即 processid,一个正在执行的程式在系统中的唯一编号
owner栏∶该 process 的拥有者
⊙ kill 停止处理程序,通常先用 ps 命令查得 process id,再杀之
kill -9 立即停止一个 p......
在solaris下面发送邮件的脚本。上一页 ...sid=app1 # oracle database identifier
alertdir=/opt/oracle8i/admin/oracle/bdump # directory where oracle alert file resides
【程序编程相关:
工作中的学习,与大家共享】 【推荐阅读:
【推荐/转】top监控命令在HP-UX上】file=alert_${sid}.log # oracle alert file name
【扩展信息:
索要HP-UX11和MC/SG配置免费资】 mailx=/usr/bin/mailx # unix mail program
libdir=${home}/zlx_scripts # directory where useful information is saved
lastcount=`cat $libdir/oraerrcount_${sid}` # count of ora- errors
...
下一页 摘要:
○ 第三节 通信指令 ○
□ 指令简介
⊙ rusers 查看有哪些人上机
⊙ ku 比 rusers 更好用,并提供 finger, talk, write, mail 等功能。
⊙ mesg y 接受其他使用者讯息(系统预设值)
mesg n 拒绝其他使用者讯息
⊙ talk 线上一对一交谈系统,对方必须在线上才能使用,可让同一主机或
使用相同网路协定的不同主......