This is the mail archive of the cygwin@sources.redhat.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]

Re: Finding man pages


Thanks Ernie,

> Did you install the man pages?  Perhaps just running
> http://cygwin.com/setup.exe again will show that the man pages did not
> get installed.  You can also check the setup.log.full file to find out
> what might have happened to cause you not to have the man pages.

The problem was that I was using the following cygwin.bat. With 
CYGWIN=ntsec.  Remarking out the line lets the man pager find the
man pages.

-------------------------------------------------
@rem Cygwin.bat
@echo off
@rem set CYGWIN=ntsec        remarking out lets the man pager work

C:
chdir \cygwin\bin

bash --login -i
--------------------------------------------------

I'm having difficulty understanding CYGWIN security, so I'd really
like some pointers as to why this would happen.  I'm logged on as a
member of the administrator group, my password file is:

Everyone:*:0:0:,S-1-1-0::
SYSTEM:*:18:18:,S-1-5-18::
Administrators:*:544:544:,S-1-5-32-544::
Administrator::500:513:,S-1-5-21-789336058-1580436667-1708537768-500:/home/Administrator:/bin/sh
Guest::501:513:,S-1-5-21-789336058-1580436667-1708537768-501:/home/Guest:/bin/sh
guyw::1000:513:Guy Worthington,S-1-5-21-789336058-1580436667-1708537768-1000:/home/guyw:/bin/sh

my group file is:

unknown::500:544::/home/unknown:/bin/sh

and ls -l -a /usr/man/man1 

total 1258
drwxr-xr-x   2 guyw     513         40960 Feb 19 19:58 .
drwxr-xr-x   9 guyw     513             0 Jan 11 10:14 ..
-rw-r--r--   1 guyw     513          2742 Apr 21  2000 addftinfo.1
-rw-r--r--   1 guyw     513         22845 Dec 22 09:10 addr2line.1
-rw-r--r--   1 guyw     513          5618 Apr 21  2000 afmtodit.1
-rw-r--r--   1 guyw     513           801 Apr 21  2000 apropos.1
-rw-r--r--   1 guyw     513         30586 Dec 22 09:10 ar.1
...
...
-rw-r--r--   1 guyw     513         33167 Jan 14 13:40 zip.1
-rw-r--r--   1 guyw     513          3944 Jan 14 16:24 zipgrep.1
-rw-r--r--   1 guyw     513         22034 Jan 14 16:24 zipinfo.1




--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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