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.
在 linux 中,我可以通过在现有终端上执行gnome-terminal命令来打开一个新终端,但是如何使用参数打开新终端?我试过gnome-terminal --command ls了,但是新的终端很快就会打开和关闭,然后我才能看到那里是否发生了任何事情。有什么建议我该怎么做?
gnome-terminal
gnome-terminal --command ls
您可以使用xterm
xterm
xterm -e command xterm -e ls
您可以使用虚拟终端:
$openvt ( 不需要安装 xterm 之类的东西,它在大多数 linux 风格中默认可用)
e.g. $openvt ls (Run the 'ls' on the next free VT)
要切换到 VT,请 Alt+F<1-12>