18 May 2009 18:08
create a 555 mode file get permssion denied
Brady Chen <chenchp <at> gmail.com>
2009-05-18 16:08:41 GMT
2009-05-18 16:08:41 GMT
Hi all, Here this scenario: $ echo test > ReadOnlyFile $ chmod 555 ReadOnlyFile $ tar cf Tar.tar ReadOnlyFile $ tar xf Tar.tar tar: ReadOnlyFile: Cannot open: Permission denied tar: Error exit delayed from previous errors I searched the mail list: seems like the same issue as http://sourceforge.net/mailarchive/forum.php?thread_name=46F784A0.6090704 <at> Sun.COM&forum_name=fuse-sshfs use the test cases in the thread (source code attached, surround with <code>), got the "permission deny error" too. (it's said that it's a very old bug, should have been fixed) and here is sshfs version info $sshfs -V SSHFS version 2.2 FUSE library version: 2.7.4 fusermount version: 2.7.4 using FUSE kernel interface version 7.8 $ uname -a Linux sh-audi 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux any one have the same issues? thanks in advance.(Continue reading)
RSS Feed