有没有提供 /sbin/consoletype 的 ubuntu 包? https://linux.die.net/man/1/consoletype
谢谢
答案1
Consoletype 似乎是一个系统 V init 程序,Ubuntu 上没有提供,Gentoo 中的 consoletype 似乎可以工作:
https://gitweb.gentoo.org/proj/gentoo-functions.git/tree/consoletype.c
编译
gcc -o consoletype consoletype.c
我把它放在/opt 中并且它起作用 YMMV