Hacker News new | ask | show | jobs
by hef19898 1161 days ago
Serious question. How comes I din't get any of those on desktop? And never did?
3 comments

It gets displayed right after logging in, either directly through `login` or indirectly through something like SSH.

If you're using a desktop environment that's likely the reason: the message is hidden by your DE, and starting a terminal emulator does not cause a login.

You might be able to see it by switching off your DE and logging in manually through the virtual console.

You won't see it on a graphical session. If you ssh into a server (or remotely onto your pc) it will get printed. Or switch to another vitual terminal (Ctrl + Alt + F8) and log in, and it should print whatever is in /etc/motd
I'm pretty sure MOTD is only shown on server installations