1.free

该命令用于查看当前系统内存的使用情况,他能够显示系统中剩余及已用的物理内存、交换内存、共享内存和内核缓冲区。

2.shutdown

该命令用于关机或进入单人维护模式。

3.data

data命令能够显示当前系统的日期和时间。clock命令也能够用于显示系统当前的日期和时间(默认情况下,普通用户无法执行clock命令,必须用root帐号登录执行)。例如:

[root@teacher root]$ date

星期一 6月23 09:18:37 CST 2003 标准时间(Central Standard Time)

[root@teacher root]$ clock

2003年06月23日星期一 09时18分43秒 -0.832323 seconds

4.cal

该命令可显示电脑中的月历或年历。例如:

[root@teacher root]# cal

六月 2003

日 一 二 三 四 五 六

1 2 3 4 5 6 7

8 9 10 11 12 13 14

15 16 17 18 19 20 21

22 23 24 25 26 27 28

29 30

[root@teacher root]# cal –y 参数y显示年历

5.write

该命令用来向系统中的某一个用户发送消息。用户假如想退出信息发送状态,按组合键Ctrl C即可。例如:

[root@teacher etc]# write root

Message from root@teacheron pts/0 at 08:50…

whar are you doing?

whar are you doing?

EOF