[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Sorting Process Status (PS)
- Subject: Re: [cobalt-users] Sorting Process Status (PS)
- From: flash22@xxxxxxx
- Date: Sun Feb 18 06:14:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 13 Feb 2001, Jeff Lasman wrote:
> Craig Napier wrote:
>
> > Does anyone know the proper string to get PS sorting by PID's instead of by
> > USER's permanently..?
>
> have you read man ps? But I don't see how to change it permanently
> <frown>.
well, there's always the alias hack....
alias ps="ps -OP"
in your profile....
Tho in the case of the original poster, installing a non-hacked ps is
probably a better solution -/
gsh