Message on Linux terminal
Few interesting commands which can be used to send the messages on other terminal or network: 1. wall: This command is used to broadcast a message on all terminals. For e.g.: wall “Hello, message testing” or cat msg.txt | wall 2. write: This command is used to send message to a user & selected terminal…