Subject: Re: Login Messages
To: Terry Norris <tknorris@ameritech.net>
From: Giles Lean <giles@nemeton.com.au>
List: netbsd-help
Date: 08/14/2001 05:32:22
> How do you create the .hushlogin file to stop login messages?

Any way you like.  The file doesn't need any specific contents or
ownership.  It merely needs to exist in the home directory of the
user you want it to apply to.

     touch .hushlogin
     echo "" > ~user/.hushlogin
     vi .hushlogin
     ...

Regards,

Giles