When creating a case statement in Bash, each case is ended with the word ________.
- esac
- end
- done
- fi
When creating a case statement in Bash, each case is ended with the word esac. The esac keyword marks the end of the case statement, and it's used to close the case block.
Loading...
Related Quiz
- If you wanted to rate limit incoming SSH connections using iptables, which module would be most appropriate?
- You've been tasked to lockdown a specific application on an Ubuntu server. You decide to use a tool that restricts programs to a limited set of resources. Which tool would you primarily utilize?
- When debugging, which shell built-in command can be used to read and execute commands from a file?
- In a shell script, which built-in variable represents the process ID of the current script?
- Which of the following is a common method to secure SSH beyond just password authentication?