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:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...