1、字符终端登录时,显示当前终端,主机名和当前时间;
①vim /etc/issue
②添加以下三行
the termical is \l
the hostname is \n
the times is \d \t
③在本地终端查看
2、今天18:30自动关机;
shutdown -h 18:30;
本文出自 “亚成-另一个LINUXER” 博客,转载请与作者联系!
原文地址:http://yacheng0316.blog.51cto.com/11878883/1949401