You are working on a system and want to compile a program from source. You realize you need some development tools. In which directory would you expect to find these tools?

  • /opt
  • /usr/bin
  • /usr/include
  • /usr/local/bin
Development tools, such as compilers and libraries, are commonly found in the /usr/local/bin directory. This directory is used for software that is installed locally and not managed by the system's package manager. It's a common location for development tools.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *