num lock 開機自動亮起 - Linux
By Liam
at 2013-10-25T21:49
at 2013-10-25T21:49
Table of Contents
抱歉請問一下各位大大
我是用CENTOS 6.4
請問要如何在開機的時候就num lock就亮起來
我google有2種改法
etc/rc.d/rc.local 加入
for t in 1 2 3 4 5 6 7 8
do
setleds +num
$t>/dev/null
done
另一種
/etc/rc.d/rc.sysinit 加入
for tty in /dev/tty[1-9]*; do
setleds -D +num < $tty
done
但是都不行,請問有人可以指導一下嗎?
--
我是用CENTOS 6.4
請問要如何在開機的時候就num lock就亮起來
我google有2種改法
etc/rc.d/rc.local 加入
for t in 1 2 3 4 5 6 7 8
do
setleds +num
$t>/dev/null
done
另一種
/etc/rc.d/rc.sysinit 加入
for tty in /dev/tty[1-9]*; do
setleds -D +num < $tty
done
但是都不行,請問有人可以指導一下嗎?
--
Tags:
Linux
All Comments
By Yuri
at 2013-10-26T22:47
at 2013-10-26T22:47
By Oliver
at 2013-10-29T15:18
at 2013-10-29T15:18
By Adele
at 2013-10-29T23:13
at 2013-10-29T23:13
By Victoria
at 2013-10-30T23:32
at 2013-10-30T23:32
By Elizabeth
at 2013-11-03T12:26
at 2013-11-03T12:26
By Xanthe
at 2013-11-07T20:41
at 2013-11-07T20:41
Related Posts
debian wheezy無法找到4g記憶體
By Ivy
at 2013-10-24T23:04
at 2013-10-24T23:04
4 Port的網卡 關閉其他eth1~eth3
By Sarah
at 2013-10-24T22:29
at 2013-10-24T22:29
CentOS 6.3安裝OpenSSL路徑問題
By John
at 2013-10-24T11:34
at 2013-10-24T11:34
掰掰iptables,哈囉nftables。
By Rae
at 2013-10-24T04:44
at 2013-10-24T04:44
ext4格式的隨身硬碟不斷被存取
By Agatha
at 2013-10-24T00:44
at 2013-10-24T00:44