Tuesday, July 10, 2007

L2S: Process List

When you do a process list on Linux, you get the process in age order. I don't know how Solaris is ordering them. Here's the closest solution so far:

Linux: ps -ef
Solaris: ps -ef | sort -n +2

No comments:

Post a Comment