To execute a script in Bash, you often need to make it executable and then use the ________ symbol before the script name.
- ./
- &
- ~
- $
To execute a script in Bash, you often need to make it executable by running chmod +x script_name, and then you use the ./ symbol before the script name to specify the current directory. This tells the shell to execute the script from the current directory.
Loading...
Related Quiz
- The ___________ distribution is known for its advanced package management system called "pacman."
- How can a user put a running process into the background from the terminal?
- A company wants to deploy a microservices architecture for their application. They are looking for a technology that can package each service with its dependencies and configuration in a reproducible way. Which technology would best fit this requirement?
- What is the first program run by the Linux kernel when it starts?
- Which file in the /proc directory can be inspected to gather information about the system's CPU?