On Wed, 2002-06-05 at 21:48, Waqar Ali Khan wrote: > hello all, > > 1) I want to Num Lock On when login where I can work on it. >
this is already answered but quoting a snippet from LOST. ####[ Linux One Stanza Tip (LOST) ]########################### Sub : NumLock ON at boot LOST #024 To turn numlock on automatically for a few consoles at boot: #!/bin/sh # Use setled program. This script INITTY=/dev/tty[3-6] # will turn *Numlock* on for con- for tty in $INITTY; do # soles 3 through 6 only ... Fire setleds -D +num < $tty # this script in rc.local/ equiv- done # alent for your distro ####<[EMAIL PROTECTED]>#################################### regards balaji _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
