Last active
November 11, 2019 09:07
-
-
Save ganapathichidambaram/dd3821e550a65b720fa85a05270c7929 to your computer and use it in GitHub Desktop.
Professional linux etc_issue file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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