summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO
diff options
context:
space:
mode:
authorJohn H Terpstra <jht@samba.org>2009-10-19 13:29:17 -0500
committerJohn H Terpstra <jht@samba.org>2009-10-19 13:29:17 -0500
commit751fd6fb8db600b9f098fa54290c3847ace96aed (patch)
tree67a4cbacca948c7cf3b7471d870e6fa23967433b /docs-xml/Samba3-HOWTO
parent10bd52184959335d779aae52f9178c0441c70da9 (diff)
downloadsamba-751fd6fb8db600b9f098fa54290c3847ace96aed.tar.gz
samba-751fd6fb8db600b9f098fa54290c3847ace96aed.tar.bz2
samba-751fd6fb8db600b9f098fa54290c3847ace96aed.zip
Fixes for typos. Thank-you PC Oota.
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml b/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
index ea68594e24..0a50698115 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
@@ -489,13 +489,13 @@ drwsrwsrwx 2 maryo gnomes 48 2003-05-12 22:29 muchado08
<para>
<indexterm><primary>extended attributes</primary></indexterm>
-<indexterm><primary>immutible</primary></indexterm>
+<indexterm><primary>immutable</primary></indexterm>
<indexterm><primary>chattr</primary></indexterm>
<indexterm><primary>CAP_LINUX_IMMUTABLE</primary></indexterm>
The specific semantics of the extended attributes are not consistent across UNIX and UNIX-like systems such as Linux.
For example, it is possible on some implementations of the extended attributes to set a flag that prevents the directory
- or file from being deleted. The extended attribute that may achieve this is called the <constant>immutible</constant> bit.
- Unfortunately, the implementation of the immutible flag is NOT consistent with published documentation. For example, the
+ or file from being deleted. The extended attribute that may achieve this is called the <constant>immutable</constant> bit.
+ Unfortunately, the implementation of the immutable flag is NOT consistent with published documentation. For example, the
man page for the <command>chattr</command> on SUSE Linux 9.2 says:
<screen>
A file with the i attribute cannot be modified: it cannot be deleted
@@ -503,7 +503,7 @@ or renamed, no link can be created to this file and no data can be
written to the file. Only the superuser or a process possessing the
CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
</screen>
- A simple test can be done to check if the immutible flag is supported on files in the file system of the Samba host
+ A simple test can be done to check if the immutable flag is supported on files in the file system of the Samba host
server.
</para>
@@ -526,12 +526,12 @@ CAP_LINUX_IMMUTABLE capability can set or clear this attribute.
<screen>
mystic:/home/hannibal > rm filename
</screen>
- It will not be possible to delete the file if the immutible flag is correctly honored.
+ It will not be possible to delete the file if the immutable flag is correctly honored.
</para></step>
</procedure>
<para>
- On operating systems and file system types that support the immutible bit, it is possible to create directories
+ On operating systems and file system types that support the immutable bit, it is possible to create directories
that cannot be deleted. Check the man page on your particular host system to determine whether or not
immutable directories are writable. If they are not, then the entire directory and its contents will effectively
be protected from writing (file creation also) and deletion.
@@ -873,7 +873,7 @@ mystic:/home/hannibal > rm filename
<indexterm><primary>MMC</primary></indexterm>
<indexterm><primary>Computer Management</primary></indexterm>
At this time Samba does not provide a tool for configuring access control settings on the share
- itself the only way to create those settings is to use either the NT4 Server Manager or the Windows 200x
+ itself. The only way to create those settings is to use either the NT4 Server Manager or the Windows 200x
Microsoft Management Console (MMC) for Computer Management. There are currently no plans to provide
this capability in the Samba command-line tool set.
</para>