Create a Bash script that checks if a specific process (e.g., sshd) is running and prints a message based on its status.
Create a Bash script that kills all processes with a specified name.
Create a Bash script that launches a background process and logs its output to a file.
Create a Bash script that monitors multiple processes and prints a message if any of them are not running.