Parece que y
desativou as mensagens.
No terminal y
, digite:
$ mesg
is n
que significa y
não permite que outras pessoas gravem no terminal y
. Então você deveria tentar:
$ mesg y
Nota
Esta opção y no comando acima é diferente com y
user no seu caso.
De man mesg
:
NAME
mesg - control write access to your terminal
SYNOPSIS
mesg [y|n]
DESCRIPTION
Mesg controls the access to your terminal by others. It's typically used to allow or disallow other users to write to your terminal
(see write(1)).
OPTIONS
y Allow write access to your terminal.
n Disallow write access to your terminal.
If no option is given, mesg prints out the current access state of your terminal.