You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POSIX ps without arguments list processes started by current user and current shell.... No one wants this as default.. Other problem is the lack of symmetry/consistency (ps -aux != ps aux, ps -e == ps -A, etc)
In addition, printing the pid namespace could be useful too, but it's a intricate logic to get this correct and few peoples are interested in it. Maybe add an option for that.
@lborguetti What is your opinion about good values for default? I know you're the master of ps options, I'm sure you have something to say.
I always use ps -ef, because it is pratical. I agree that showing only the shell processes are useless as hell...never used like that and know no one that does :-)
No description provided.
The text was updated successfully, but these errors were encountered: