- 1、本文档共24页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
IBM认证知识点
退出系统:exit logout Ctrl + D
创建或修改密码:passwd
查看日期:date (周月 日 时 时制 年)
查看某一月:cal 月 年
查看某一年:cal 年
清空终端屏幕:clear
在屏幕上输出:
Echo :e.g : echo hello
Banner : e.g: banner hello
显示当前在线用户:who
例:who | grep root 过滤出root 用户
who |grep ^stb |wc –l 显示在线的stb 开头的用户,并且统计个数
finding who you are: who am i 、whoami
某一用户的登陆时间、属性:finger sta000
发邮件mail+用户名
收邮件、系统邮箱mail
收邮件、个人邮箱mail -f
t + No. ? 查看第?条邮件
d delete 邮件
q quit
在线用户之间通信
write (点对点)write + username
talk (点对点)talk + username
wall 广播 wall + message
msgn:用于控制其他用户是否可以给你发送消息
msgn 查看当前状态
msgn n 关闭
msgn y 打开
习题:
1. What‘s wrong with the following commands?
$ du -s k _______ $ du -sk________________
$ df-k ______ df –k __________________
$ du -a-k ______ du –a –k ________________
2. Which command ...
changes your password? passwd
clears the screen? clear
prints out the current system date? date
exits the current shell? Exit
1. What is the correct command syntax (语法)in AIX?
$ mail newmail –f
$ mail f newmail
$ -f mail
$ mail -f newmail
2 .What command would you use to send mail items? mail +用户id
3 .What are other commands that can be used to communicate with
other users? Write talk wall
4 .What output would you expect from the following command: cal 8?
公年8 年年历
5.Which command would you use to find out when a particular user
logged in?查看指定用户是否在线
$ who am i
$ who who| grep sta007
$ finger everyone
$ finger username
man 帮助
Manual information consists of:
Purpose (目的) (one line description)
Syntax (语法规则) (all valid options and arguments)
Description (描述)(verbose description)
Flag
文档评论(0)