Difference between revisions of "See unpacked nodes"
Jump to navigation
Jump to search
import>Khs26 |
import>Cen1001 |
||
Line 2: | Line 2: | ||
diagnose -n | grep 'Running' | awk '{print $1, $3}' |
diagnose -n | grep 'Running' | awk '{print $1, $3}' |
||
+ | |||
+ | I'm curious as to why this is useful, can you explain? --[[User:cen1001|Catherine]] 13:41, 27 August 2008 (BST) |
Revision as of 12:41, 27 August 2008
To do this, type:
diagnose -n | grep 'Running' | awk '{print $1, $3}'
I'm curious as to why this is useful, can you explain? --Catherine 13:41, 27 August 2008 (BST)