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.
Loading...
Related Quiz
- Imagine you're setting up a new server. You want to ensure that every user on the system has their own private space for files and data. Which directory structure in Linux helps facilitate this?
- Which command allows you to change directories in the terminal?
- The ________ mechanism in Linux allows processes to communicate with each other, commonly used in IPC.
- What is the primary function of kernel modules in Linux?
- A user reports that their application occasionally freezes. You suspect it's due to the application waiting for some I/O operations to complete. Which state might the process be in during these freezes?