Advertisement
tolikpunkoff

numlock on at boottime (linux)

Apr 13th, 2019
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for TTYNUM in 1 2 3 4 5 6; do
  4.     /usr/bin/setleds -D +num < "/dev/tty$TTYNUM";
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement