← 返回命令列表

Linux command

uxterm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start Unicode terminal

uxterm

Start with specific geometry

uxterm -geometry [80x24]

Start with specific font (ISO 10646-1 encoded)

uxterm -fn [fixed]

Start with custom title

uxterm -T "[My Terminal]"

Start and run command

uxterm -e [bash]

说明

uxterm is a wrapper script that launches xterm with Unicode (UTF-8) support enabled. It sets the UXTerm resource class and enables UTF-8 mode, making it suitable for displaying international characters and symbols. The wrapper uses the system locale to determine character encoding. If no locale is set, it defaults to en_US. The locale utility verifies system support for the selected locale before starting. All command-line arguments pass directly to xterm. The -class and -u8 options should not be specified as they are set by the wrapper. Font configuration uses ISO 10646-1 encoded fonts.

参数

-geometry _WxH+X+Y_
Set window size and position.
-fn _font_
Set terminal font.
-fb _font_
Set bold font.
-fg _color_
Set foreground color.
-bg _color_
Set background color.
-T _title_
Set window title.
-e _command_
Run command in terminal.
-hold
Keep window open after command exits.

FAQ

What is the uxterm command used for?

uxterm is a wrapper script that launches xterm with Unicode (UTF-8) support enabled. It sets the UXTerm resource class and enables UTF-8 mode, making it suitable for displaying international characters and symbols. The wrapper uses the system locale to determine character encoding. If no locale is set, it defaults to en_US. The locale utility verifies system support for the selected locale before starting. All command-line arguments pass directly to xterm. The -class and -u8 options should not be specified as they are set by the wrapper. Font configuration uses ISO 10646-1 encoded fonts.

How do I run a basic uxterm example?

Run `uxterm` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -geometry _WxH+X+Y_ do in uxterm?

Set window size and position.