blog.dbrgn.ch

Unix write as normal user

written on Thursday, June 25, 2009 by

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

This entry was tagged sysadmin