• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: July 15th, 2023

help-circle


  • /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.