In case you get a "Permission denied" when trying to use the write command as a normal user on Unix, the setuid bit is probably missing. Apparently this is the default setting on Debian Etch. Set it with:
$ chmod u+s /usr/bin/write
written on Thursday, June 25, 2009 by Danilo Bargen
In case you get a "Permission denied" when trying to use the write command as a normal user on Unix, the setuid bit is probably missing. Apparently this is the default setting on Debian Etch. Set it with:
$ chmod u+s /usr/bin/write