具体操作如下: 登录到机群系统: telnet v|P(登录到机群系统,V|P为机群系统 对外的旧地址,由用户设定该|P) Login: team01 Password:*实
具体操作如下: 登录到机群系统 : telnet VIP(登录到机群系统,VIP为机群系统 对外的IP地址,由用户设定该IP) Login: team01 Password: ******
进入机群系统: rsh node161(通过rsh访问机群内部的其他结点, node16为机群内结点的主机名 退出机群系统 exit or logout
进入机群系统 : rsh node161 (通过rsh访问机群内部的其他结点, node161为机群内结点的主机名) 退出机群系统: exit or logout
创建或者改变密码在系统提示符下输入 passwd S passwd team01's old password: team01's new password: Enter the new password again:
密 码 创建或者改变密码:在系统提示符下输入 passwd $ passwd team01’s old password: team01’s new password: Enter the new password again:
命令的格式 S command options arguments For Example S mail-f newmail
命令的格式 $ command options arguments For Example : $ mail -f newmail
命令格式举例 RIGHT WRONG 1 Spearation S mail -f newmail S mail -f newmail 2 Order S mail -f newmail S mail newmail -f 3 multiple S who -m -u who -m-u 8 who-mu S who -m u
命令格式举例 RIGHT WRONG 1 Spearation $ mail -f newmail $ mail - f newmail 2 Order $ mail -f newmail $ mail newmail -f 3 multiple $ who -m -u $ who -m-u $ who -mu $ who -m u