Sunday, December 22, 2019

View Linux process list in tree view style

$: ps -aef --forest

To show full command line argument, use:
$: ps auxfww

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...