summaryrefslogtreecommitdiffstats
path: root/winsup/doc/faq-using.xml
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-08-26 19:11:00 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2006-08-26 19:11:00 +0000
commit1e069c300d4e2dcaa32feae3cc77c8a168e6c99d (patch)
treee32a697f048ad4c33eb9b232fa72784766a2fa6e /winsup/doc/faq-using.xml
parent80f52ae1ddf0c69c23525aa7536db00917fd21f5 (diff)
downloadcygnal-1e069c300d4e2dcaa32feae3cc77c8a168e6c99d.tar.gz
cygnal-1e069c300d4e2dcaa32feae3cc77c8a168e6c99d.tar.bz2
cygnal-1e069c300d4e2dcaa32feae3cc77c8a168e6c99d.zip
* faq-setup.xml (faq.setup.uninstall): Mention Safe Mode
requirement for accessing the Security tab in XP Home. * faq-using.xml (faq.using.chmod): Mention FAT32.
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r--winsup/doc/faq-using.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 8c1835645..504a3e763 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -279,7 +279,7 @@ must create the whatis database. Just run the command
</answer></qandaentry>
<qandaentry id="faq.using.chmod">
-<question><para>Why doesn't chmod work?</para></question>
+<question><para>Why doesn't <literal>chmod</literal> work?</para></question>
<answer>
<para>The most common case is that your <literal>/etc/passwd</literal>
@@ -288,6 +288,10 @@ or <literal>/etc/group</literal> files are not properly set up. If
or <literal>mkgroup</literal>, you need to run one or both of those
commands.
</para>
+<para>If you're using FAT32 instead of NTFS, <literal>chmod</literal>
+will fail since FAT32 does not provide any security. You might consider
+converting the drive to NTFS with <literal>CONVERT.EXE</literal>.
+</para>
<para>For other cases, understand that Cygwin attempts to show UNIX
permissions based on the security features of Windows, so the Windows
ACLs are likely the source of your problem. See the Cygwin User's
@@ -398,7 +402,6 @@ lines to your <literal>~/.inputrc</literal> file and restart <literal>bash</lite
set output-meta on
set input-meta on
set kanji-code sjis
- set meta-flag on
</screen>
<para>These are options to the <literal>readline</literal> library, which you can read