I am logging in into an UNIX environment with my user id and password.
I want to display my name there , each time I login into the environment,
for which I can use the banner command.
Which file should I add the banner command to , so that I will get the desired result?
so... did you read the manpage? i have and was able to find this:
FILES
/etc/profile The system wide initialization file, executed for login
shells.
$HOME/.profile
The personal initialization file, executed for login shells
after /etc/profile.
$HOME/..kshrc
Default personal initialization file, executed for interactive
shells when ENV is not set.
/etc/suid_profile
Alternative initialization file, executed when instead of per-
sonal initialization file when the real and effective user or
group id do not match.
/dev/null
NULL device