Re: How to send a message to a user logged in over ssh

2024-12-05 Thread Will Mengarini
* didier gaumet [24-12/05=Th 10:11 +0100]: > Le 05/12/2024 à 06:52, Ben Wong a écrit : >> Howdy! >> >> On most (all?) current Unix systems I can use `write` to communicate >> with users logged in over `ssh`. However, now that Debian is removing >> `mesg` and `writed` from util-linux [1], I'm wonde

Re: How to send a message to a user logged in over ssh

2024-12-05 Thread didier gaumet
Le 05/12/2024 à 06:52, Ben Wong a écrit : Howdy! On most (all?) current Unix systems I can use `write` to communicate with users logged in over `ssh`. However, now that Debian is removing `mesg` and `writed` from util-linux [1], I'm wondering what the officially recommended replacement is. I

How to send a message to a user logged in over ssh

2024-12-04 Thread Ben Wong
Howdy! On most (all?) current Unix systems I can use `write` to communicate with users logged in over `ssh`. However, now that Debian is removing `mesg` and `writed` from util-linux [1], I'm wondering what the officially recommended replacement is. I mean, I suppose I could always look up their ph