Using raspberry pi 3 Raspbian with Pixel
I'm getting a fairly common error with write
Code:
write: user has messages disabled
The solution is to check with mesg and ensure it shows y
But this doesn't seem to work... for all users but my admin one.
For example:
With user
user
Code:
$ mesg
is y
$ write user
write: user has messages disabled
However, on my "admin" account (with sudo privileges) write does work. I'm not sure why?
With user
admin
Code:
$ mesg
is y
write admin
Message from admin@hostname on pts/0 at 17:15 ...
What am I missing? Every guide focuses on getting mesg to be set to y, which it already is.