How to keep unnecessary processes from starting

Charles Howse chowse at charter.net
Wed Mar 11 03:07:21 UTC 2009


On Mar 10, 2009, at 9:31 PM, Charlie Kravetz wrote:

>
> What I use when working with developers and filing bugs:
>  $ ps -auxwwf > ps.txt

I learned earlier today that ps doesn't want the dash before the  
options.  It will work, but complains of bad syntax:
$ ps auxwwf > ps.txt




More information about the ubuntu-users mailing list