View Single Post
Old 04-27-2015, 05:20 PM   #203
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
NiLuJe,

Code:
[root@(none) ~]# ps | grep ksmhome
  519 root       0:00 {ksmhome.sh} /bin/sh /mnt/onboard/.adds/kbmenu/onstart/ksmhome.sh
  872 root       0:00 grep ksmhome
[root@(none) ~]# if ! pkill -0 ksmhome.sh ; then echo "yes"; fi
yes
[root@(none) ~]# if ! pkill -0 ksmhomexxx.sh ; then echo "yes"; fi
yes
tshering is offline   Reply With Quote