Linux Login Notification
The following steps will create a script that will run anytime a user profile is loaded/logged in. The script will send a notification to a webhook. Create the script file sudo nano /usr/local/bin/login_webhook.sh Save the following script #!/bin/bash # URL of the webhook WEBHOOK_