Ubuntu & Arch Set-By-Set 教學與心得分享
echo "Setting Numlock On..." INITTY=/dev/tty[1-8] for tty in $INITTY; do setleds -D +num < $tty done