抱歉請問一下各位大大
我是用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
但是都不行,請問有人可以指導一下嗎?
--
All Comments