Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用一个我不知道名称的终端。我可以通过哪个命令找到它的名称和版本?
(我用的是安卓操作系统)
echo $TERM 告诉您正在使用的终端类型,例如。xterm
使用ps不带参数的命令让进程在当前 shell 下运行。
ps
例子:
% ps PID TTY TIME CMD 1917 pts/0 00:00:00 zsh 13659 pts/0 00:00:00 ps