Zip Drives and Permissions

datawolf@ibm.net datawolf@ibm.net
Thu, 15 Jun 2000 00:37:11 -0700


Are your programs executable?  An "ls -l myfile" should give something
like:

   -rwxr-xr-x

The x's mean executable.  You can make a file executable by everyone
with: 

   chmod a+x myfile

-BVG

Don Harrop wrote:
> 
> Maybe the ZIP disk is locked.  You could use mtools (mzip) to find out.
> 
> Don
> 
> ----- Original Message -----
> From: "Clayton Stapleton" <vernon@impulsedata.net>
> To: <plug-discuss@lists.PLUG.phoenix.az.us>
> Sent: Wednesday, June 14, 2000 11:50 AM
> Subject: Re: Zip Drives and Permissions
> 
> > The zip drive is set to "noauto,rw,user,nosuid,sync"
> > in the fstab file.
> > Clay
> > On Wed, 14 Jun 2000, you wrote:
> > > The zip drive is probably set to noexec in fstab.
> >
> > _______________________________________________
> > Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
> 
> _______________________________________________
> Plug-discuss mailing list  -  Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss