For those of you that don’t know, /etc/motd is the file that gets printed to the screen when a user first logs into the system.
However, in the case of our server (possibly most servers), users tend to ignore the contents of motd since it very rarely changes. In order to attract the attention of any user that logs into the system, I have begun adding formatting (bold, underline, colors, etc) to the motd file on our server.
Formatting can be easily added to any motd using ANSI codes. For example, below is a copy of a sample maintenance announcement for our server:
Notice that the text “Server Maintenance” is what first got your attention. This is because of the different color, bold text, and blinking text (blinking text is not supported in IE, Chrome, and Safari).
Below is a list of some of the formatting commands i use, as well as the corresponding displayed text. Note that the ^[ that appears often in purple in the below images is the escape character. To insert this character, within VIM press
|
|
0 comments:
Post a Comment