User Tools

Site Tools


archive:freebsd_remove_all_login_messages

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

archive/freebsd_remove_all_login_messages.txt · Last modified: 24/11/2023 12:26 by Allan