Path: utzoo!attcan!utgpu!watserv1!maytag!gamiddle From: gamiddle@maytag.waterloo.edu (Guy Middleton) Newsgroups: comp.sys.mips Subject: sticky-bit directories not working? Message-ID: <1990Sep16.202103.8263@maytag.waterloo.edu> Date: 16 Sep 90 20:21:03 GMT Organization: University of Waterloo Software Commando Squad Lines: 22 On an M/2000 with 4.50: $ wmi news@xxx.mfcf (Group other) on ttyp0 at /usr/home/gamiddleton/tmp $ which mv /usr/bsd43/bin/mv $ ls -lgd drwxrwxrwt 2 root staff 512 Sep 16 16:07 . $ ls -lg total 0 -rw-r--r-- 1 root staff 0 Sep 16 16:07 blah -rw-r--r-- 1 news staff 0 Sep 16 16:08 foo $ mv blah foo mv: blah: rename: No permission match $ ls -lg total 0 -rw-r--r-- 2 root staff 0 Sep 16 16:07 blah -rw-r--r-- 2 root staff 0 Sep 16 16:07 foo Hmmm. I just tried this with /bin/mv, and it work as expected (that is, it didn't work at all). This seems strange, since one would expect both programs to work by using rename(2).