Skip to content

Instantly share code, notes, and snippets.

@ganapathichidambaram
Last active November 11, 2019 09:07
Show Gist options
  • Save ganapathichidambaram/dd3821e550a65b720fa85a05270c7929 to your computer and use it in GitHub Desktop.
Save ganapathichidambaram/dd3821e550a65b720fa85a05270c7929 to your computer and use it in GitHub Desktop.
Professional linux etc_issue file
#!/bin/sh
cat <<EOT > /etc/issue
***********************************************************************
* Access to this computer system is limited to authorised users only. *
* Unauthorised users may be subject to prosecution under the Crimes *
* Act or State legislation *
* *
* Please note, ALL CUSTOMER DETAILS are confidential and must *
* not be disclosed. *
***********************************************************************
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment