bash: ./filename.bmp permission denied

Jul 9, 2014 at 10:32pm
hello,
I'm trying to open a .bmp file in the Ubuntu server using the X11 enviroment but i get the following error:
[code]
bash: ./filename.bmp permission denied
[code/]

how should i open this kind of files ?
Jul 10, 2014 at 8:09am
Maybe you should check the file permissions.

But it looks like you're trying to execute the file, which almost certainly isn't executable. Try to open it in the GUI with a program that can open images.
Topic archived. No new replies allowed.