Question: Using Linux Create a custom banner that displays the following information when you log into your normal users shell (hint: edit ~/.bashrc): Hello USER (make
Using Linux
Create a custom banner that displays the following information when you log into your normal users shell (hint: edit ~/.bashrc):
Hello USER (make use of the USER environment variable to get the username)
Welome to HOSTNAME (make use of the HOSTNAME environment variable)
System uptime
Systems private IP addresses (not full blown ifconfig output, but just a line for each interface that says The IP address for ETHX is: XXX.XXX.XXX.XXX hint: use the grep and awk commands)
Public IP address of the system, (hint use the curl command on ip.appspot.com)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
