Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list wine processes on the terminal screen?

Tags:

process

wine

I'm aware that I can run Task Manager by: wine taskmgr. However I'd like to have wine processes listed on the terminal screen similar to ps (but without using it), but for processes within Wine environment only.

How this can be achieved using Wine command-line tools?

like image 833
kenorb Avatar asked Oct 25 '25 23:10

kenorb


1 Answers

I've found that this can be listed by using winedbg command, e.g.

winedbg --command "info proc"

Use the info proc winedbg command to list running processes and their Win32 pids.

See: man winedbg.

like image 93
kenorb Avatar answered Oct 29 '25 19:10

kenorb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!