首页 > 代码库 > /etc/issue、shutdown练习

/etc/issue、shutdown练习

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” 博客,转载请与作者联系!

/etc/issue、shutdown练习