[NCLUG] No Permission

dann frazier dannf at dannf.org
Mon Feb 11 09:39:34 MST 2013


On Mon, Feb 11, 2013 at 09:28:38AM -0700, Grant Johnson wrote:
> 2 things.
> 
> Do a pwd to see where you are, and look at your mount options to see
> that the file system is not mounted no exec.

And #3 - assuming this is a script, make sure the first line is
sane. It should look something like this:

#!/path/to/interpreter

e.g.:

#!/bin/sh
#!/usr/bin/python

> 
> N0WIQ <n0wiq at comcast.net> wrote:
> 
> >Hi People,
> >
> >drwxrwxr-x. 2 kerrym2 kerrym2  4096 Feb 11 08:28 .
> >drwxrwxr-x. 3 kerrym2 kerrym2  4096 Feb 11 08:28 ..
> >-rwxrwxr-x. 1 kerrym2 kerrym2 19167 Feb 11 08:28 Chapter0108
> >[kerrym2 at LAPTOP2 Debug]$
> >
> >The listing was made with ls -la because doing $ ./Chapter0108 gives me
> >
> >a permission denied error.  What am I missing?
> >
> 



More information about the NCLUG mailing list