1. Home
  2. Getting Started
  3. Support Resources
  4. Programming: Common Server Script/Binary Locations

Programming: Common Server Script/Binary Locations

which is a Unix command used to identify the location of executables. The command takes one or more arguments; for each of these arguments, it prints the full path of the executable to stdout that would have been executed if this argument had been entered into the shell.

which helps to locate a command, it prints the absolute command path as below:

which php
/usr/bin/php

Below we will provide with a list of the most common server script/binary locations:

  • PHP
/usr/bin/php
  • MySQL
/usr/bin/mysql
  • CURL
/usr/bin/curl
  • WGET
/usr/bin/wget
  • Bash Script
/usr/bin/bash
  • PERL
/usr/bin/perl
  • PYTHON
/usr/bin/python
Updated on March 25, 2020
Was this article helpful?

Related Articles

Spring into Savings!
Up to 78% Off Hosting Plans + Free Migration!
👉 View Deals

Leave a Comment