I have jailbroken an iPhone 6 with ios version 9.3.1 by pangu's solution. After install OpenSSH, I tried to list all processes are running by the ps
command, and bellow is the result that I got:
PID TTY TIME CMD
1925 ttys000 0:00.04 -sh
1945 ttys000 0:00.00 ps
1461 ttys001 0:00.02 login -fp mobile
It seems to me that results are incomplete. Moreover, the top
command is not working.
-sh: top: command not found
And my question: How to list running process completely?