Skip to content
FLAVIO COPES
flaviocopes.com
2026

How to remove the “Last login..” message from the shell

By Flavio Copes

Learn how to remove the annoying 'Last login...' message that shows when you open your shell by creating a .hushlogin file, on both macOS and Linux.

~~~

My shell had this line every time I opened it:

Before

Useless information for me.

And I wanted to remove it.

I ran this command to remove the “last login: ….” information:

touch ~/.hushlogin

Done!

After

Works in macOS and Linux.

Tagged: CLI · All topics
~~~

Related posts about cli: