To determine which version of PostgreSQL you are running on Linux, follow these steps:
1. Open your terminal.
2. Connect to the PostgreSQL command-line interface (psql).
3. Check the version using the built-in version display command or by observing the startup information when accessing the database.
Alternatively, you can query PostgreSQL directly or use the package manager of your Linux distribution to find the installed version.