Description of problem: failed to do zip files with regular user Version-Release number of selected component (if applicable): zip-3.0-9.fc20.x86_64 How reproducible: always Steps to Reproduce: 1.make a test dir: mkdir */test 2.put some files which are owned by regular user,say lnie,into it 3.run "zip -r ./a.zip ./*" with regular user Actual results: failed with the following messages: zip I/O error: Permission denied zip error: Could not create output file (./a.zip) Expected results: no errors Additional info: