标签:
在 Linux 当中,预设 root 的提示字符为 # ,而一般身份使用者的提示字符为 $;
本次登录,支持语系改为英文
[root@linux ~]# LANG=en [root@linux ~]# LANGUAGE=en [root@linux ~]# LC_ALL=en [root@linux ~]# LC_CTYPE=en [root@linux ~]# LC_TIME=en
显示日期时间
[root@linux ~]# date
Thu Jun 23 11:32:02 CST 2005
[root@linux ~]# date +%Y/%m/%d
2005/06/23
[root@linux ~]# date +%H:%M
11:35
• 显示日期的指令: date
[root@linux ~]# cal 2005
[root@linux ~]# cal [month] [year]
• 显示日历的指令: cal
• 简单好用的计算器: bc
标签:
原文地址:http://www.cnblogs.com/zhuiluoyu/p/4479917.html