Thread: Odds and ends
View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#167
Originally Posted by Addison View Post
[1|user@Nokia-N800-43-7|~]xkbd -geometry +780+65536 -k /media/mmc2/N800/Keyboards/scummside.xkbd & PID1=$!
[1] 8764
[1|user@Nokia-N800-43-7|~]kill $PID1
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
[1|user@Nokia-N800-43-7|~]kill 'pidof -s xkbd'
-bash: kill: pidof -s xkbd: no such pid
The first kill should've worked unless xkbd had already been killed. The second kill needs to use ` instead of '. If you can't find ` then try using kill $(pidof -s xkbd).
 

The Following User Says Thank You to auouymous For This Useful Post: