This is normal as this is a small version of ps.
Why exactly would you need the list?
You could get the command list using awk if needed:
ps | awk {'print $4'}
This is normal as this is a small version of ps.
Why exactly would you need the list?
You could get the command list using awk if needed:
ps | awk {'print $4'}