Linux command
gnome-terminal 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
gnome-terminal
Example
gnome-terminal -- [command]
Example
gnome-terminal --tab
Example
gnome-terminal --tab -t "[title]"
说明
gnome-terminal is the default terminal emulator for the GNOME desktop environment. It provides a feature-rich terminal with support for multiple tabs, profiles, and customization options. Features include multiple profiles with different colors and fonts, transparent backgrounds, custom key bindings, and VTE-based terminal emulation with Unicode support.
参数
- --tab
- Open a new tab in existing window
- --window
- Open a new window
- -t, --title _TITLE_
- Set initial terminal title
- --working-directory _DIR_
- Set working directory
- --geometry _GEOMETRY_
- Set window size and position (WIDTHxHEIGHT+X+Y)
- --profile _PROFILE_
- Use specified profile
- -e, --command _CMD_
- Execute command (deprecated, use -- instead)
- --wait
- Wait until terminal exits
- --maximize
- Start maximized
- --full-screen
- Start in full-screen mode
FAQ
What is the gnome-terminal command used for?
gnome-terminal is the default terminal emulator for the GNOME desktop environment. It provides a feature-rich terminal with support for multiple tabs, profiles, and customization options. Features include multiple profiles with different colors and fonts, transparent backgrounds, custom key bindings, and VTE-based terminal emulation with Unicode support.
How do I run a basic gnome-terminal example?
Run `gnome-terminal` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --tab do in gnome-terminal?
Open a new tab in existing window