[mdlug] Difference between ps aux & ps auxw
Mat Enders
mat.enders at gmail.com
Thu May 24 22:21:40 EDT 2012
Aaron if you would have read the entire thread before reponding you would have seen that it had been answered. I was looking at more than just the headers I however included the header row to show that they where the same width. I now know this is because of my column setting.
Mat Enders from my BlackBerry®
-----Original Message-----
From: Aaron Kulkis <akulkis00 at gmail.com>
Sender: mdlug-bounces at mdlug.org
Date: Thu, 24 May 2012 22:15:35
To: MDLUG's Main discussion list<mdlug at mdlug.org>
Reply-To: MDLUG's Main discussion list <mdlug at mdlug.org>
Subject: Re: [mdlug] Difference between ps aux & ps auxw
Mat Enders wrote:
> I always use ps aux I am reading a book that says to use ps auxw. I can
> not see the difference in the output. And I can not tell what the
> difference is from reading the man page.
>
> menders-laptop menders # ps auxw | grep [U]SER
> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
> menders-laptop menders # ps aux | grep [U]SER
> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
> menders-laptop menders # man ps
>
according to the ps(1) manpage:
w Wide output. Use this option twice for unlimited width.
You're not going to see a difference looking at the headers.
I means that the command lines displayed will have a wider field width before being truncated.
Looking at only the column headers isn't going to show you a difference in output.
_______________________________________________
mdlug mailing list
mdlug at mdlug.org
http://mdlug.org/mailman/listinfo/mdlug
More information about the mdlug
mailing list