Executing a C program stored on a windows drive?
- by bijay prakash singh
I wrote a simple hello world program but not stored it in Ubuntu's home directory, instead I stored it on one of the Windows drives. (I am using Ubuntu 12.04 alongside of Windows.)
When I compiled the program it worked just fine but when I tried to execute it I got an error message "Permission denied".
And When I store the program in Ubuntu's home directory I can perfectly compile and execute the program. So please tell me how to overcome this problem??