Results 1 to 2 of 2
when i loginto my server i get welcome message like
$$$$$$$$$$$$$$$$$<some text>$$$$$$$$$$$$$$$$$$
i have checked .bash_profile but htere is nothing
so can you plz tell me where is the welcome ...
- 05-23-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 8
profile loading
when i loginto my server i get welcome message like
$$$$$$$$$$$$$$$$$<some text>$$$$$$$$$$$$$$$$$$
i have checked .bash_profile but htere is nothing
so can you plz tell me where is the welcome message written?...its mannual message written by some employee
i m using rhel 4.0
- 05-23-2008 #2Linux User
- Join Date
- Jun 2007
- Posts
- 318
Does it appear before or after you enter the password?
If before it could be in /etc/issue. If you're logging via SSH then:
# grep Banner /etc/ssh/sshd_config
You have to root to do this.
If it appears after you enter your password then check /etc/profile


Reply With Quote