This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: ls -l after chmod


1. Double-click on your 'My Computer' icon on your desktop to open it.

2. Right-click on your drive(s) icon and select 'Properties' from the
menu.
   The Local Disk Properties dialog should be displayed.

3. Click on the 'General' tab (the default) if it is not already
selected.
   The file system type should be listed as NTFS or FAT32 (or, possibly,
FAT).

   If your disk's file system is not NTFS, then you might want to
consider converting it to NTFS using Windows 'convert' utility program
(read Windows Help for more information about this utility).  

>From http://cygwin.com/cygwin-ug-net/using-cygwinenv.html, we have:

(no)ntsec - if set, use the NT security model to set UNIX-like
permissions on files and processes. The file permissions can only be set
on NTFS partitions. FAT doesn't support the NT file security. 

So, without NTFS, 'chmod' won't work.

> -----Original Message-----
> From: Alex Vinokur [mailto:alexvn@come.to]
> Sent: Monday, October 28, 2002 2:26 PM
> To: cygwin@cygwin.com
> Subject: Re: ls -l after chmod
> 
> 
> 
> 
> "Harig, Mark A." <maharig@idirect.net> wrote in message 
> BADF3C947A1BD54FBA75C70C241B0B9E762FDD@ex02.idirect.net">news:BADF3C947A1BD54FBA75C70C241B0B9E762FDD@ex02.idirect.net...
> >1. What filesystem are you running on your disk: NTFS or FAT32?
> 
> How can I know that?
> Why do I have to know that if I am using Cygwin ?
> 
> >
> >2. What value(s) did you set the 'Cygwin' to in the Control
> >   Panel's System applet?
> 
> 
> > -----Original Message-----
> > From: Alex Vinokur [mailto:alexvn@come.to]
> > Sent: Monday, October 28, 2002 11:11 AM
> > To: cygwin@cygwin.com
> > Subject: ls -l after chmod
> >
> >
> > =================
> > Windows 2000
> > CYGWIN_NT-5.0
> > SHELL : /bin/tcsh
> > whoami : Administrator
> > =================
> >
> > -----------------------------------------------------
> > Administrator@5AT8S8CQEEX4QHI /tmp1
> > $ ls -l
> > total 1
> > -rw-r--r--    1 Administ None            5 Oct 28 16:05 zzz1
> >
> > Administrator@5AT8S8CQEEX4QHI /tmp1
> > $ chmod -v 755 zzz1
> > mode of `zzz1' changed to 0755 (rwxr-xr-x)
> >
> > Administrator@5AT8S8CQEEX4QHI /tmp1
> > $ ls -l
> > total 1
> > -rw-r--r--    1 Administ None            5 Oct 28 16:05 zzz1
> > -----------------------------------------------------
> >
> > It seems that ouput of ls -l must be
> > -rwxr-xr-x    1 Administ None            5 Oct 28 16:05 zzz1
> >
> > What is wrong ?
> >
> >    ==================
> >    Alex Vinokur
> >      mailto:alexvn@go.to
> >      http://up.to/alexvn
> >    ==================
> >
> >
> >
> >
> >
> >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> >
> 
> 
> 
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]