[ewood@seawolf ewood]$ ls -ld /dev/shm drwxrwxrwt 2 root root 0 Oct 12 08:56 /dev/shm
[ewood@seawolf shm]$ ls -l total 4964 -rw-rw-rw- 1 cdavis cdavis 1024 Oct 12 08:37 SCRTX31 [ewood@seawolf shm]$ rm SCRTX31 rm: cannot unlink `SCRTX31': Operation not permitted Now, on a real filesystem I (or another user) can rm these scratch files just fine because they are rw-rw-rw. I suspect that since I have the /dev/shm directory mounted as: /etc/fstab ==> tmpfs /dev/shm tmpfs defaults 0 0 the "defaults" may be giving me the problem. Any ideas? -Eric wood _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
