PERFORCE change 150818 for review
Rene Ladan
rene at FreeBSD.org
Thu Oct 2 21:12:17 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=150818
Change 150818 by rene at rene_self on 2008/10/02 21:12:09
Propose a small change (suidexample.sh -> sgidexample.sh when setting the setgid permission).
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/basics/chapter.sgml#3 edit
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/basics/chapter.sgml#6 edit
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/basics/chapter.sgml#3 (text+ko) ====
@@ -748,13 +748,13 @@
file, provide the <command>chmod</command> command with a
leading two (2) as in the following example:</para>
- <screen>&prompt.root; <userinput>chmod 2755 suidexample.sh</userinput></screen>
+ <screen>&prompt.root; <userinput>chmod 2755 sgidexample.sh</userinput></screen>
<para>The new setting may be viewed as before, notice the
<literal>s</literal> is now in the field designated for the
group permission settings:<para>
- <screen>-rwxr-sr-x 1 trhodes trhodes 44 Aug 31 01:49 suidexample.sh</screen>
+ <screen>-rwxr-sr-x 1 trhodes trhodes 44 Aug 31 01:49 sgidexample.sh</screen>
<note>
<para>In these examples, even though the shell script in
==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/basics/chapter.sgml#6 (text+ko) ====
@@ -858,13 +858,13 @@
<command>chmod</command> gegeven te worden zoals in het volgende
voorbeeld:</para>
- <screen>&prompt.root; <userinput>chmod 2755 suidvoorbeeld.sh</userinput></screen><!--(rene) sgidvoorbeeld.sh ? 1.154-->
+ <screen>&prompt.root; <userinput>chmod 2755 sgidvoorbeeld.sh</userinput></screen>
<para>De nieuwe instelling kan zoals hierboven bekeken worden,
merk op dat de <literal>s</literal> nu in het veld bestemd voor
de instellingen van de groepstoestemmingen staat:</para>
- <programlisting>-rwxr-sr-x 1 trhodes trhodes 44 Aug 31 01:49 suidvoorbeeld.sh</programlisting><!--(rene) sgidvoorbeeld.sh ? 1.154-->
+ <programlisting>-rwxr-sr-x 1 trhodes trhodes 44 Aug 31 01:49 sgidvoorbeeld.sh</programlisting>
<note>
<para>In deze voorbeelden zal het shellscript niet met een
More information about the p4-projects
mailing list