how do i change welcome message in terminal?

dtmdoc

UC Gundam Freak
im a bit of a newbie when it comes to UNIX, however I was wondering
how do i go about changing the text from welcome to darwin to something
else?

thanks in advance
 
Hi

Open a terminal

type

sudo vi /etc/motd (use pico if your prefer)
enter your password

Ammend the file
Save

And restart terminal

Voila

HTH

:D
 
Back
Top