运维第一单元练习题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运维第一单元练习题相关的知识,希望对你有一定的参考价值。
<<<第一单元练习题>>>
1.用student用户登陆系统图形界面
点击student user - 输入password
2.打开一个bash
右键--open in terminal
application--utilities--terminal
gnome-terminal
3.修改student的密码,把密码更新成"T3st1ngtlme"(主机字母和数字)
passwd student
-更改密码T3st1ngtlme
4.显示当前系统时间
date
5.显示当前系统时间,显示格式为:"小时:分钟:秒 AM/PM"(AM/PM为上下午标识)
date +%X
6.显示“/usr/bin/clean-binary-files”的文件类型
file /usr/bin/clean-binary-files
7.统计“/usr/bin/clean-binary-files”的文件大小
wc /usr/bin/clean-binary-files
8.用快捷方式在shell中调用已经执行过的第4条命令
!4
9.用快捷方式执行最近一条含有"date"关键字的命令
ctrl + r + date
以上是关于运维第一单元练习题的主要内容,如果未能解决你的问题,请参考以下文章