Add Message to Terminal Kali Tips #3

One of the many regulation requirements and something that just tickles my fancy is adding a banner when you’re logging into a system.

In this case, I just like to see a message when I open a new terminal.

This is a super simple process and very similar to the previous Kali Tips, link HERE.

We are going to add a line to the .bashrc file again so that when you open a new terminal a message pops up!

Here are the steps!

  • nano ~/.bashrc

Scroll to the bottom of the file

  • echo ‘Authorized Use Only; EVERYTHING IS LOGGED’
  • CRTL+O
  • Hit Enter
  • DONE!

That’s all it takes!

Read all the entries in this series!

END TRANSMISSION

Leave a Reply