How do I alter the text at the top of the CLI?

Bes

Bes

Soldato
Joined
18 Oct 2002
Posts
7,318
Location
Melbourne
Hi,

As per title, how do I change the text you see when you log in to the command- line shell in Linux (Specifically redhat)?

Thanks
 
No- like the text at the top when you login like

Welcome to xxxxx system

$

or something :)
 
edit /etc/motd or /etc/issue, I can't remember which one, one modifies the text when it says
Code:
blah blah
login:
and the other changes the bit after
Code:
login:
password:
blah blah
 
Back
Top Bottom