• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

where

Where in Windows

October 6, 2021

How to find where the executable is located in Windows? Use the where command in CMD.

where gcloud
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd

where gcloud C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd

It will list multiple locations if you have several versions installed on your system.

Filed Under: Misc Tagged With: command, executable, location, where, windows

Where’s php.ini?

October 5, 2021

How to find where php.ini is being from the command line.

$ php -i | grep 'grep 'Configuration File'
Configuration File (php.ini) Path => /etc
Loaded Configuration File => /etc/php.ini

$ php -i | grep 'grep 'Configuration File' Configuration File (php.ini) Path => /etc Loaded Configuration File => /etc/php.ini

Filed Under: Linux Tagged With: config, location, php.ini, where

  • Home
  • About
  • Archives

Copyright © 2023