Table of Contents

Remove All Login Messages On FreeBSD

Remove Msg Of The Day

:> /etc/motd 
touch /etc/COPYRIGHT

Remove FreeBSD Fortune

cd ~
vi .profile

Find and edit the line below.

[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips

Either remove it or change it to

# [ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips

Reload the profile.

source .profile

# Optional Start

Absolutely Silent login not advised to use.

touch touch ~/.hushlogin

# Optional Stop