On Monday 03 June 2002 07:37, Eric wrote: > However, this command works sometimes, and sometimes only results in > a "permission denied, operation not permitted" message. For > instance, /usr/bin/cu and /usr/bin/rsh resulted in that error message, > but /usr/bin/lpr did work. Why the difference?
Most likely, those binaries are set immutable (chattr +i file). You can make them mutable (is that the right word?) again by running `chattr -i` on them. HTH, Joachim Blaabjerg -- Joachim Blaabjerg [EMAIL PROTECTED] www.SuxOS.org
