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

node.js - How to mock a third-party api calls in the backend -

java - Could not locate OpenAL library -

Non Unique Username with ASP.Net Identity 2.0 -