Quiet login

From Earlham CS Department
Revision as of 12:51, 17 July 2020 by Craigje (talk | contribs) (Created page with "Simple command to make your shell login quiet: <pre>touch $HOME/.hushlogin # silences everything</pre> This affects only your user. If you're a sysadmin and want to know mor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Simple command to make your shell login quiet:

touch $HOME/.hushlogin # silences everything

This affects only your user.

If you're a sysadmin and want to know more about this, you're looking for /etc/motd, update-mot.d/10-uname, and (generally) "message of the day".