id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	guest	host
1776	No execute permission on file in shared folder, Mac host, Linux guest	Paul		Virtualbox 1.6.2 on MacOSX.                                 \r\nThe guest is Linux (Ubuntu, hardy heron).                                  \r\nIn a shared folder, I created hello.c.                                     \r\nOn the guest, I compiled it, but the execute permission is missing: \r\n{{{\r\n   vbox:/mac$ gcc hello.c\r\n   vbox:/mac$ ls -l                                                     \r\n   -rw------- 1  6362 2008-06-18 10:26 a.out\r\n   -rw------- 1    79 2008-06-18 10:13 hello.c                   \r\n}}}                                                                             \r\nManually setting the x bit does not work:                                     \r\n{{{                                                                               \r\n   vbox:/mac$ chmod +x a.out                                            \r\n                                                                              \r\n   vbox:/mac$ ls -l                                                     \r\n   -rw------- 1  6362 2008-06-18 10:26 a.out\r\n   -rw------- 1    79 2008-06-18 10:13 hello.c                   \r\n}}}                                                                               \r\nHowever, running the "chmod +x a.out" on the mac does properly                \r\nchange the mode and allows the guest to run the binary:\r\n{{{\r\n   vbox:/mac$ ls -l                                                     \r\n   -rwx--x--x 1  6362 2008-06-18 10:26 a.out\r\n   -rw------- 1    79 2008-06-18 10:13 hello.c                   \r\n                                                                              \r\n   vbox:/mac$ ./a.out                                                   \r\n   Hello from C                   \r\n}}}                                               \r\n                        	defect	closed	major	shared folders	VirtualBox 2.1.0	fixed	execute, shared folder		Linux	Mac OS X
