simple question

Koelling

I Think Different
I know I've seen this posted before but I don't know what it was called therefore can't search for it. It was a unix 'hack' by which I mean a tweak to a file that allowed you to change the welcome message in the terminal.

I changed mine from "Welcome to Darwin!" to "Welcome to your worst nightmare!" once but I have since wiped my hard drive and can't figure out how I did that.
 
[localhost:~] william% sudo pico /etc/motd

should do thje trick

also


When someone comnects to your ftp server
[localhost:~] william% sudo pico /etc/ftpmotd

when someone authenticates into yoyur ftp server
[localhost:~] william% sudo pico /etc/ftpwelcome
 
Back
Top