Tagged Questions
4
votes
2answers
383 views
Linux: ps -awx vs. ps -awwx
Does anyone know the difference of ps -awx vs. ps -awwx?
I'm tracking down some processes, and I see significantly more information when I add an additional "w". Does this work like in other cases ...