Which of the following configuration files should be modified to disable Ctrl-Alt-Del in Linux?
Some Bash scripts arc being versioned and stored in a Git repository Which of the following commands should the Linux administrator use to exclude tmp Wes from being added to the repository during any code adds and commits?
An administrator is attempting to block SSH connections to 192.168.10.24 using the Linux firewall. After implementing a rule, a connection refused error is displayed when attempting to SSH to 192.168.10.24.Which of the following rules was MOST likely implemented?
A junior systems administrator is creating a cron job. The cron job requirements are as follows:Run the hello.sh script every hour (24 times in one day).Run it on Monday only.Given this scenario, which of the following crontab options should be configured to meet these requirements?
A networked has been crashing intermittently. A Linux administrator would like to write a shell script that will attempt to ping the server and email an alert if the server fails to respond. The script will later be scheduled via cron job.Which of the following scripts would BEST accomplish this task?