How to keep unnecessary processes from starting
Rashkae
ubuntu at tigershaunt.com
Wed Mar 11 13:47:30 UTC 2009
NoOp wrote:
>
> $ ps -auxwwf | more
> makes it easier to view/read via the terminal. Do you know of a way to
> get that to pipe to a text file?
>
I'm sorry, this confuses me. It looks like your asking how to re-direct
to a file, but my brain grinds to a halt because:
1. who you are.
2. you answer the question yourself next paragraph down.
> A simple pstree usually works for me:
>
> $ pstree -pah|more
>
> or you can pipe it to a text file to view:
>
> $ pstree -pah > pstree.txt
> $ gedit pstree.txt
>
>
>
>
More information about the ubuntu-users
mailing list