Date: Thu, 2 Oct 2008 21:12:17 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 150818 for review Message-ID: <200810022112.m92LCHRY068493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150818 Change 150818 by rene@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810022112.m92LCHRY068493>