Which symbol is used in Bash scripting to execute a command?
- $
- %
- #
- @
In Bash scripting, the '$' symbol is used to execute a command. When you prefix a command with '$', it's interpreted as a variable and executed. For example, $ ls would execute the 'ls' command.
Loading...
Related Quiz
- Which command can be used to list currently loaded kernel modules?
- In the context of disk partitions, what does LVM stand for?
- A colleague informs you that a specific daemon is causing issues and should be temporarily disabled without stopping it. Which command in Linux would allow you to mask the service?
- Which command tests for file types and compares values in Bash scripting?
- The ________ file in Linux is used to configure network interfaces and is typically found in the /etc/network/ directory.