Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 23:42:01 +0200
From:      "Simon L. Nielsen" <simon@nitro.dk>
To:        Tom Rhodes <trhodes@FreeBSD.org>
Cc:        jim@FreeBSD.org
Subject:   Re: RFC: New section for the Unix Basics chapter.
Message-ID:  <20030619214200.GD408@nitro.dk>
In-Reply-To: <20030619213857.GC408@nitro.dk>
References:  <20030619144421.4edd2826.trhodes@FreeBSD.org> <20030619213857.GC408@nitro.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

--zaRBsRFn0XYhEU69
Content-Type: multipart/mixed; boundary="kvUQC+jR9YzypDnK"
Content-Disposition: inline


--kvUQC+jR9YzypDnK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2003.06.19 23:38:58 +0200, Simon L. Nielsen wrote:
> On 2003.06.19 14:44:21 -0400, Tom Rhodes wrote:
>=20
> > In this email I have a patch to add information on symbolic permissions
> > to the Unix Basics chapter of our handbook.  Now I'm a little wierd on
> > the table output and I know that it could use a few more <literal>
> > tags, but I wanted to get a general idea before I put more work into
> > it.
> >=20
> > Comments, suggestions, death threats welcome.  Thanks!
>=20
> A few minor style/docbook sugestions in attached patch. General comments
> below.

Ups, patch should be attached this time... :-)

--=20
Simon L. Nielsen

--kvUQC+jR9YzypDnK
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="thodes-filemode-comments.patch"
Content-Transfer-Encoding: quoted-printable

--- chapter.sgml	Thu Jun 19 23:35:29 2003
+++ chapter.sgml.sln	Thu Jun 19 23:23:26 2003
@@ -200,13 +200,16 @@
       page.</para>
=20
     <sect2>
-      <authorgroup>
-	<author>
-	  <firstname>Tom</firstname>
-	  <surname>Rhodes</surname>
-	  <contrib>Contributed by </contrib>
-	</author>
-      </authorgroup>
+      <sect2info>
+	<authorgroup>
+	  <author>
+	    <firstname>Tom</firstname>
+	    <surname>Rhodes</surname>
+	    <contrib>Contributed by </contrib>
+	  </author>
+	</authorgroup>
+      </sect2info>
+
       <title>Symbolic Permissions</title>
       <indexterm><primary>permissions</primary><secondary>symbolic</second=
ary></indexterm>
=20
@@ -229,7 +232,7 @@
 	  <row>
 	    <entry>(who)</entry>
 	    <entry>u</entry>
-	    <entry>File Owner</entry>
+	    <entry>File owner</entry>
 	  </row>
=20
 	  <row>
@@ -306,7 +309,7 @@
       the following command to block other users from accessing the files
       in your home directory:</para>
=20
-    <screen>&prompt.user;<userinput>chmod go=3D *</userinput></screen>
+    <screen>&prompt.user; <userinput>chmod go=3D *</userinput></screen>
=20
     <para>A comma separated list can be provided when more than one set
       of changes to a file must be made.  For example the following command
@@ -314,7 +317,7 @@
       on <replaceable>FILE</replaceable>, then it adds the execute
       permissions for everyone:</para>
=20
-    <screen>&prompt.user;<userinput>chmod go-w,a+x <replaceable>FILE</repl=
aceable></userinput></screen>
+    <screen>&prompt.user; <userinput>chmod go-w,a+x <replaceable>FILE</rep=
laceable></userinput></screen>
=20
=20
     <para>Most users will do not notice this, but it should be pointed out
@@ -322,7 +325,7 @@
       a file; it does not add or delete them.  This means that the octal
       method does not have an equivalent option to the following command:<=
/para>
=20
-    <screen>&prompt.root; <userinput>chmod u+rw <replaceable>FILE</replace=
able></userinput></screen>
+    <screen>&prompt.user; <userinput>chmod u+rw <replaceable>FILE</replace=
able></userinput></screen>
=20
     <para>The closest octal value would be <literal>0600</literal> and it =
would not
       be the same.</para>

--kvUQC+jR9YzypDnK--

--zaRBsRFn0XYhEU69
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+8i4o8kocFXgPTRwRAv9hAJ9IEELQrNWDVq1tiJXciK6ykomgdgCgs/MY
k/n8b4fu1QIe4P74k3xs/p8=
=EGA2
-----END PGP SIGNATURE-----

--zaRBsRFn0XYhEU69--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619214200.GD408>