> What if you for whatever reason want a ps to show all the proces on
> all the nodes you're running on.
>
> for (i in $NODES) {
> import -a $i .com /proc /proc
> }what's the .com for? > Your /proc is now the unified /proc of all your nodes. (I used to do > this all the time with my plan 9 minicluster) does ps not mind if several processes have the same pid? - erik
