Post #1110196
2026-04-10 09:10 UTC
/proc is a special directory that is populated by procfs, a special kind of filesystem. It contains information about running processes. Each sub-directory contains information for one process. When you launch an application, it's assigned some process id. Every time you launch the application, it gets a different process id.
You can try and find the application by running `which windows`. If the application is in your PATH, that tells where it is.
Replies (0)
No replies.