chainspace-prototype icon indicating copy to clipboard operation
chainspace-prototype copied to clipboard

Running chainspace processes

Open milkyklim opened this issue 7 years ago • 0 comments

Hello there!

When I try to run these 2 commands:

ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}' ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'

what exactly should be the output? Because I don't see any processes running.

UPD: was running the code on the linux machine.

milkyklim avatar Jun 22 '18 18:06 milkyklim