comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » permissions for external hard disk on Fedora 22
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
permissions for external hard disk on Fedora 22 [message #91606] Wed, 05 August 2015 01:32 Go to next message
Induja Shaji is currently offline  Induja Shaji
Messages: 6
Registered: June 2015
Junior Member
Hi..
I am compiling a fortran code which is saved in a external hard disk connected to my laptop(with fedora 22 OS). After compiling the output file created is not an executable one. it shows like,

$ ./hist
bash: ./hist: Permission denied

Now I tried to change the mod with

$ chmod 777 hist

then, it doesn't shows any error, but still the file is not executable.howcaniresolvethis?
Re: permissions for external hard disk on Fedora 22 [message #91607 is a reply to message #91606] Wed, 05 August 2015 01:45 Go to previous messageGo to next message
Helder Marchetto is currently offline  Helder Marchetto
Messages: 520
Registered: November 2011
Senior Member
On Wednesday, August 5, 2015 at 10:32:35 AM UTC+2, Induja Shaji wrote:
> Hi..
> I am compiling a fortran code which is saved in a external hard disk connected to my laptop(with fedora 22 OS). After compiling the output file created is not an executable one. it shows like,
>
> $ ./hist
> bash: ./hist: Permission denied
>
> Now I tried to change the mod with
>
> $ chmod 777 hist
>
> then, it doesn't shows any error, but still the file is not executable.howcaniresolvethis?

I'm not aware of any IDL function or procedure to solve fortran compilation, linux permission and executable problems.
Haveyoutriedintherightforum?

Cheers
Re: permissions for external hard disk on Fedora 22 [message #91608 is a reply to message #91606] Wed, 05 August 2015 03:31 Go to previous message
Lajos Foldy is currently offline  Lajos Foldy
Messages: 176
Registered: December 2011
Senior Member
On Wednesday, August 5, 2015 at 10:32:35 AM UTC+2, Induja Shaji wrote:
> Hi..
> I am compiling a fortran code which is saved in a external hard disk connected to my laptop(with fedora 22 OS). After compiling the output file created is not an executable one. it shows like,
>
> $ ./hist
> bash: ./hist: Permission denied
>
> Now I tried to change the mod with
>
> $ chmod 777 hist
>
> then, it doesn't shows any error, but still the file is not executable.howcaniresolvethis?

Security. Untrusted sources (CDs, pen drives, etc) are mounted noexec.

sudo mount -o remount -o exec /dev/...

regards,
Lajos
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL crashing on call of TV
Next Topic: IDL 6.3 32bit version on 64 bit OS

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 11:45:18 PDT 2025

Total time taken to generate the page: 0.00456 seconds