View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#9
Originally Posted by sulu View Post
Get tasks started by user:
Code:
ps ux
End task gracefully:
Code:
kill PID
(PID is the process number you get from the ps command)

Kill task:
Code:
kill -9 PID
You're not using busybox are you? The only supported option is "-w" (wide output). That's also the case with busybox-power.

(try comparing the output of "ps", "ps ux" and "ps abcde" .
 

The Following 3 Users Say Thank You to reinob For This Useful Post: