1、字符终端登录时,显示当前终端,主机名和当前时间;
①vim /etc/issue
②添加以下三行
the termical is \l
the hostname is \n
the times is \d \t
③在本地终端查看
2、今天18:30自动关机;
shutdown -h 18:30;
时间: 2024-12-29 23:16:22
1、字符终端登录时,显示当前终端,主机名和当前时间;
①vim /etc/issue
②添加以下三行
the termical is \l
the hostname is \n
the times is \d \t
③在本地终端查看
2、今天18:30自动关机;
shutdown -h 18:30;