Date: Thu, 3 Aug 2000 15:41:44 -0500 (CDT) From: Alex Charalabidis <alex@wnm.net> To: Nathan Vidican <webmaster@wmptl.com> Cc: questions@FreeBSD.ORG Subject: Re: ps -ax runs off the screen Message-ID: <Pine.BSF.4.21.0008031537540.83212-100000@earth.wnm.net> In-Reply-To: <3989D5C5.D100AE49@wmptl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Aug 2000, Nathan Vidican wrote: > When I do a ps -ax | grep "ftpd:" , it tends to run off the screen if > the hostname is too long. Does the process simply not display anything > past X amount of characters wide, or would it somehow be possible to > pipe the output of 'ps -ax' to a text file? > Add the -w switch for "wide" display (ps axw). If that's still not enough, add another 'w'. Oh yeah, and 'man ps'. :) -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 Author, The Book of IRC http://www.bookofirc.com/ ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008031537540.83212-100000>