process - What is the difference between ps and ps -e command in linux -


what difference between ps , ps -e command in linux ? ps -e gives longer list .

from manual,

by default, ps selects processes same effective user id (euid=euid) current user , associated same terminal invoker.

for example, if open gnome-terminal , give ps command, list processes started terminal.

ps -e lists processes in system.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -