![]() |
2014-03-02
, 07:35
|
Posts: 592 |
Thanked: 1,167 times |
Joined on Jul 2012
|
#162
|
Open mode and Developer mode ON!
~ # ps -aux | grep debota
ps: invalid option -- 'u'
BusyBox v1.21.0 (1.21.0power1+harmattan0) multi-call binary.
Usage: ps [-o COL1,COL2=HEADER] [-T]
Show list of processes
-o COL1,COL2=HEADER Select columns for display
-T Show threads
~ # ps-aux | grep debota
sh: ps-aux: not found
~ #
Same result as User and same result on both N9 which both have Ubiboot and several Harmattan kernels!
![]() |
2014-03-02
, 09:59
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#163
|
Hmm try :
ps -aux | grep lancia (notice the space between ps and -aux)
or
ps | grep lancia
![]() |
2014-03-06
, 12:14
|
Posts: 592 |
Thanked: 1,167 times |
Joined on Jul 2012
|
#164
|
~ $ ps | grep lancia
2267 user 0:01 /opt/debota/lancia 1
4920 user 0:00 grep lancia
~ $
and from N9 (16GB)
~ $ ps | grep lancia
2325 user 0:02 /opt/debota/lancia 1
3608 user 0:00 grep lancia
~ $
~ # ps -aux | grep debota
ps: invalid option -- 'u'
BusyBox v1.21.0 (1.21.0power1+harmattan0) multi-call binary.
Usage: ps [-o COL1,COL2=HEADER] [-T]
Show list of processes
-o COL1,COL2=HEADER Select columns for display
-T Show threads
~ # ps-aux | grep debota
sh: ps-aux: not found
~ #
Same result as User and same result on both N9 which both have Ubiboot and several Harmattan kernels!
OK
Last edited by Garp; 2014-03-01 at 10:01.