Difference between revisions of "Quiet login"
Jump to navigation
Jump to search
(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...") |
m |
||
Line 5: | Line 5: | ||
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". | 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". | ||
+ | |||
+ | Tested and working 2022 |
Latest revision as of 17:53, 12 November 2022
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".
Tested and working 2022