【linux命令】setterm控制终端属性命令(中英文)
setterm中文
SETTERM(1) 用户命令 SETTERM(1)
名字
setterm - 设置终端属性
概要
setterm [选项]
描述
setterm向终端写一个字符串到标准输出,调用终端的特定功能。在虚拟终端上使用,将会改变虚拟终端的输出特性。不支持的选项将被忽略。
选项
对于布尔选项(on或off),默认设置为on。
简洁8色如下:黑色,红色,绿色,黄色,蓝色,洋红色,青色,或白色
black, red, green, yellow, blue, magenta, cyan, or white. 16色是8色加上灰度或明暗,在红色、绿色、黄色、蓝色、洋红色、青色或白色之后加上灰度或明暗
red, green, yellow, blue, magenta, cyan, or white + grey 或 bright 各种颜色选项可以独立设置,其中设置多个模式的结果(例如,下划线和-半明亮)是硬件相关的。 -term 终端名字
覆盖环境变量TERM. -reset 显示终端重置字符串,它通常将终端重新设置为电源的状态??(测试未见任何效果) -initialize 清空屏幕。 -cursor [on|off] 显示或关闭光标(测试时,没有效果) -repeat [on|off] 只在虚拟主机上有效:键盘打开或关闭(测试时,显示不支持) -appcursorkeys [on|off] 只在虚拟主机上有效
将光标键应用程序模式设置为on或off. -linewrap [on|off] (virtual consoles only)
自动换行或关闭。 -default:将终端的呈现选项设置为默认值。 -foreground -color|default 设置前景文本颜色 -background -color|default 设置背景文本颜色。 -ulcolor -color (virtual consoles only)为加下划线的字符设置颜色。 -hbcolor -color (virtual consoles only)设置半明字符的颜色。 -inversescreen [on|off] (virtual consoles only)颠倒的屏幕颜色。前台和后台交换,下划线和半亮交换。 -bold [on|off] 打开或关闭粗体(额外亮度)模式 -half-bright [on|off]将昏暗(半亮度)模式开启或关闭 -blink [on|off]开启或关闭闪烁模式 -reverse [on|off]打开或关闭反向视频模式,字符和字符背景交换颜色(-inversescreen是全屏交换) -underline [on|off]在开启或关闭状态下显示下划线模式 -store 存储终端当前的呈现选项 -clear all:同命令clear -clear rest:测试时报参数错误 -tabs [tab1 tab2 tab3 ...] 不带参数,测试结果如下。带参数没效果。
root@myzr:~# setterm -tabs T T T T T T T T T T T -clrtabs [tab1 tab2 tab3 ...] 测试时报终端不支持:setterm: terminal xterm does not support --clrtabs -regtabs [-] 测试时报终端不支持:setterm: terminal xterm does not support --regtabs -blank [-|force|poke] 设置不活动的时间间隔,在几分钟内,之后屏幕将自动变白(如果可用的话,使用APM)
force:即使按键被按下,也要保持屏幕空白。
poke:开启屏幕 -dump [-NR_CONS] 将给定虚拟控制台(带有属性)的快照写入-file选项中指定的文件,覆盖该文件,默认文件是screen.dump -append [-NR_CONS] 类似-dump,但是将其附加到快照文件,而不是重写它。 -file dump文件名 -msg [on|off] 启用或禁用发送内核printk()消息到控制台。 -msglevel - 设置内核打印等级。 -powersave on|vsync 将监视器放入VESA vsync挂起模式。测试无效 -powersave hsync 将监视器放入VESA hsync挂起模式。测试无效 -powersave powerdown 将监视器放入VESA关闭模式。测试无效 -powersave [off]节能模式。测试无效 -powerdown [-]测试无效 -blength [-]:以毫秒为间隔设置钟的持续时间,没有参数,默认是0。测试时不支持 -bfreq [freqnumber] 将钟频率设置为赫兹,没有参数,默认是0。测试时不支持 -version 输出版本信息 -help 输出帮助信息
参见其他命令:
tput(1), stty(1), terminfo(5), tty(4)
有效信息:
setterm命令是 util-linux包的你部分。
util-linux 2000年1月 SETTERM(1)
setterm 英文
SETTERM(1) User Commands SETTERM(1)
NAME
setterm - set terminal attributes
SYNOPSIS
setterm [options]
DESCRIPTION
setterm writes to standard output a character string that will invoke the specified terminal capabilities. Where possible terminfo
is consulted to find the string to use. Some options however (marked “virtual consoles only” below) do not correspond to a ter‐
minfo(5) capability. In this case, if the terminal type is “con” or “linux” the string that invokes the specified capabilities on
the PC Minix virtual console driver is output. Options that are not implemented by the terminal are ignored.
OPTIONS
For boolean options (on or off), the default is on.
For conciseness, an -color below is black, red, green, yellow, blue, magenta, cyan, or white.
A -color is an -color, grey, or bright followed by red, green, yellow, blue, magenta, cyan, or white.
The various color options may be set independently, at least at virtual consoles, though the results of setting multiple modes (for
example, -underline and -half-bright) are hardware-dependent.
-term terminal_name
Overrides the TERM environment variable.
-reset Displays the terminal reset string, which typically resets the terminal to its power on state.
-initialize
Displays the terminal initialization string, which typically sets the terminal's rendering options, and other attributes to
the default values.
-cursor [on|off]
Turns the terminal's cursor on or off.
-repeat [on|off] (virtual consoles only)
Turns keyboard repeat on or off.
-appcursorkeys [on|off] (virtual consoles only)
Sets Cursor Key Application Mode on or off. When on, ESC O A, ESC O B, etc. will be sent for the cursor keys instead of ESC
[ A, ESC [ B, etc. See the "vi and Cursor-Keys" section of the Text-Terminal-HOWTO for how this can cause problems for vi
users.
-linewrap [on|off] (virtual consoles only)
Turns automatic line-wrapping on or off.
-default
Sets the terminal's rendering options to the default values.
-foreground -color|default (virtual consoles only)
Sets the foreground text color.
-background -color|default (virtual consoles only)
Sets the background text color.
-ulcolor -color (virtual consoles only)
Sets the color for underlined characters.
-hbcolor -color (virtual consoles only)
Sets the color for half-bright characters.
-inversescreen [on|off] (virtual consoles only)
Inverts the screen colors. Foreground and background are swapped, as are underline and half-brightness.
-bold [on|off]
Turns bold (extra bright) mode on or off. Except at a virtual console, -bold off turns off all attributes (bold, half-
brightness, blink, reverse).
-half-bright [on|off]
Turns dim (half-brightness) mode on or off (see -hbcolor). Except at a virtual console, -half-bright off turns off all
attributes (bold, half-brightness, blink, reverse).
-blink [on|off]
Turns blink mode on or off. Except at a virtual console, -blink off turns off all attributes (bold, half-brightness, blink,
reverse).
-reverse [on|off]
Turns reverse video mode on or off. Except at a virtual console, -reverse off turns off all attributes (bold, half-bright‐
ness, blink, reverse).
-underline [on|off]
Turns underline mode on or off (see -ulcolor).
-store (virtual consoles only)
Stores the terminal's current rendering options (foreground and background colors) as the values to be used at reset-to-
default.
-clear [all]
Clears the screen and "homes" the cursor, as clear().
-clear rest
Clears from the current cursor position to the end of the screen.
-tabs [tab1 tab2 tab3 ...] (virtual consoles only)
Sets tab stops at the given horizontal cursor positions, in the range -. Without arguments, shows the current tab stop
settings.
-clrtabs [tab1 tab2 tab3 ...] (virtual consoles only)
Clears tab stops from the given horizontal cursor positions, in the range -. Without arguments, clears all tab stops.
-regtabs [-] (virtual consoles only)
Clears all tab stops, then sets a regular tab stop pattern, with one tab every specified number of positions. Without an
argument, defaults to .
-blank [-|force|poke] (virtual consoles only)
Sets the interval of inactivity, in minutes, after which the screen will be automatically blanked (using APM if available).
Without an argument, gets the blank status (returns which vt was blanked or zero for unblanked vt).
The force option keeps screen blank even if a key is pressed.
The poke option unblank the screen.
-dump [-NR_CONS]
Writes a snapshot of the given virtual console (with attributes) to the file specified in the -file option, overwriting its
contents; the default is screen.dump. Without an argument, dumps the current virtual console. Overrides -append.
-append [-NR_CONS]
Like -dump, but appends to the snapshot file instead of overwriting it. Only works if no -dump options are given.
-file dumpfilename
Sets the snapshot file name for any -dump or -append options on the same command line. If this option is not present, the
default is screen.dump in the current directory. A path name that exceeds system maximum will be truncated, see PATH_MAX
from linux/limits.h for the value.
-msg [on|off] (virtual consoles only)
Enables or disables the sending of kernel printk() messages to the console.
-msglevel - (virtual consoles only)
Sets the console logging level for kernel printk() messages. All messages strictly more important than this will be printed,
so a logging level of has the same effect as -msg on and a logging level of will print all kernel messages. klogd() may
be a more convenient interface to the logging of kernel messages.
-powersave on|vsync
Puts the monitor into VESA vsync suspend mode.
-powersave hsync
Puts the monitor into VESA hsync suspend mode.
-powersave powerdown
Puts the monitor into VESA powerdown mode.
-powersave [off]
Turns off monitor VESA powersaving features.
-powerdown [-]
Sets the VESA powerdown interval in minutes. Without an argument, defaults to (disable powerdown). If the console is
blanked or the monitor is in suspend mode, then the monitor will go into vsync suspend mode or powerdown mode respectively
after this period of time has elapsed.
-blength [-]
Sets the bell duration in milliseconds. Without an argument, defaults to .
-bfreq [freqnumber]
Sets the bell frequency in Hz. Without an argument, defaults to .
-version
Output version information and exit.
-help Output help screen and exit.
SEE ALSO
tput(1), stty(1), terminfo(5), tty(4)
BUGS
Differences between the Minix and Linux versions are not documented.
AVAILABILITY
The setterm command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
util-linux January 2000 SETTERM(1)
【linux命令】setterm控制终端属性命令(中英文)的更多相关文章
- Linux终端打印命令使用介绍
常用linux打印命令 日常使用中或shell脚本中linux终端打印命令有echo和printf. echo命令 功能说明:显示文字.语 法:echo [-ne][字符串]或 echo [--he ...
- linux:终端常用命令 + vi命令修改文件及保存 方法
首先介绍一下Ubuntu下各个目录的一般作用: / 这就是根目录,一台电脑有且只有一个根目录,所有的文件都是从这里开始的.举个例子:当你在终端里输入“/home”,你其实是在告诉电脑,先从/(根目录 ...
- linux终端命令(四)系统信息相关命令(五)其他命令
四.系统信息相关命令 时间和日期 date cal 磁盘和目录空间 df du 进程信息 ps top kill 1.时间和日期 序号 命令 作用 01 cal 查看日历,-y选项可以查看一年的日历 ...
- linux nohup命令实现退出终端后程序继续后台运行
Unix/Linux下一般想让某个程序在后台运行,很多都是使用&在程序结尾来让程序自动运行:但如果要想在退出终端后,程序依然还在后台运行,则要用nohup与&组合来实现. nohup ...
- linux下GPRS模块使用AT命令实现拨接电话,发中英文短信
开发板 :fl2440 cpu : s3c2440(arm9) 开发模块 :A7(GPRS/GPS) 远程登陆软件:PUTTY **** ...
- Linux下使命令不受终端断开的影响,保持在后台运行的几种方法及原理
摘自https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/ 记录一下Linux下使命令不受终端断开的影响,保持在后台运行的几个方法及其原理.当用 ...
- 终端的乐趣--Linux下有趣的终端命令或者工具【转】
转自:https://blog.csdn.net/gatieme/article/details/52144603 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原 ...
- Linux切换用户时报错/.bash_profile: Permission denied,命令行(终端提示符)出现-bash-4.2$
Linux切换用户时报错/.bash_profile: Permission denied,命令行(终端提示符)出现-bash-4.2$ 利用su - 切换用户时,发现有一个用户切时出现如下情况 [r ...
- Linux命令格式、终端类型和获取帮助的方法
Linux用户类型 Root用户:超级管理员,权限很大 普通用户:权限有限 终端 terminal 终端类型 物理终端:鼠标.键盘.显示器 虚拟终端:软件模拟出来的终端 控制台终端: /dev/con ...
随机推荐
- hexo搭建个人主页托管于github
之前学习了 如何利用Github免费搭建个人主页,今天利用hexo来快速生成个人网页托管于github上. hexo系列教程:(一)hexo介绍 什么是hexo hexo是一个基于Node.js的静态 ...
- 【LIUNX】目录或文件权限,权限授予
三个三个一组看: 1. 第一段表示文件所有者对此文件的操作权限 2. 第二段表示文件所有者所在组对些文件的操作权限 3. 第三段表示除上述两种外的任何用户/组对此文件的操作权限 r读取:4 w写入:2 ...
- bzoj 3796 Mushroom追妹纸——后缀数组
题目:https://www.lydsy.com/JudgeOnline/problem.php?id=3796 长度一般都是 1e5 ,看这个是 5e4 ,一看就是把两个串接起来做. 自己本来想的是 ...
- (转)RadioButton左侧显示文字,右侧显示按钮时文字不靠边的问题解决
作者: 发布日期:2014-02-13 21:00:45 我来说两句(0) 0 Tag标签:RadioButton 左侧 显示 项目中有一个这样的需求: 下面三行点击某行即选中,颜色变深.自 ...
- flyplane
看到别人的一个简单制作打飞机的demo,先保存下来有空可以研究一下: <!DOCTYPE html> <html lang="en"> <head&g ...
- oracle 索引,组合索引
1. 组合索引 id,code 组合 id,number 组合 2. 排序cost 使用 id ,cost=0 使用 id+code cost=0 使用 id+number cost= ...
- 漫谈JVM之类加载机制(篇一)
前言 最近在看一本书,发现代码里用到了Thread.currentThread().getContextClassLoader(),为什么类加载器还与线程有关系呢,为什么不直接使用ClassLoade ...
- Eclipse格式化代码,自动换行设置
每次用Eclipse自带的Ctrl+shift+f格式化代码时,如果原来的一行代码大于80列,Eclipse就会自动换为多行,这点个人感觉不是很舒服,简单试了一下,通过以下方式可以修改 1.pre ...
- 关于ESXI能虚拟出多少个虚拟机和CPU的关系
当你的虚拟机报如下错误的时候: esxi5.0版本最高配置: https://www.vmware.com/content/dam/digitalmarketing/vmware/zh-cn/pdf/ ...
- nginx 配置隐藏index.php效果
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } } 完整如下 server { li ...