xconsole
来自「Linux下进程监控相关源代码」· 代码 · 共 6 行
TXT
6 行
#!/bin/sh# xconsole is capable of doing everything XConsole did, and is maintained...# it is not setuid root, so we just exit if called as non-root[ $(id -u) = 0 ] || exit 0exec xconsole -file /proc/kmsg "$@"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?