more and clearer defined exercises.

This commit is contained in:
tille 2005-09-07 12:36:43 +00:00
parent 0e2499555c
commit 64e02f545e
1 changed files with 4 additions and 3 deletions

View File

@ -1362,7 +1362,7 @@ uid=501(asim) gid=3400(web) groups=100(users),501(asim),3400(web)
<prompt>asim:/var/www/html&gt;</prompt> <command>ls <option>-l</option> <filename>test</filename></command>
-rw-rw-r-- 1 asim web 0 Jun 10 15:38 test
</screen>
<para>Loggin in to a new group prevents you from having to use <command>chown</command> (see <xref linkend="sect_03_04_02_04" />) or calling your system administrator to change ownerships for you.</para>
<para>Logging in to a new group prevents you from having to use <command>chown</command> (see <xref linkend="sect_03_04_02_04" />) or calling your system administrator to change ownerships for you.</para>
<para>See the manpage for <command>newgrp</command> for more information.</para>
</sect3>
<sect3 id="sect_03_04_02_03"><title>The file mask</title>
@ -1605,7 +1605,7 @@ drwxrws--- 4 root users 4096 Jul 25 2001 docs/
<listitem><para>What drivers are loaded?</para></listitem>
<listitem><para>How many hours has the system been running?</para></listitem>
<listitem><para>Which filesystems are known by your system?</para></listitem>
<listitem><para>Change to <filename>/etc/rc.d</filename> and choose the directory appropriate for your run level.</para></listitem>
<listitem><para>Change to <filename>/etc/rc.d | /etc/init.d | /etc/runlevels</filename> and choose the directory appropriate for your run level.</para></listitem>
<listitem><para>What services should be running in this level?</para></listitem>
<listitem><para>Which services run in graphical mode that don't run in text mode?</para></listitem>
<listitem><para>Change to <filename>/etc</filename></para></listitem>
@ -1628,7 +1628,8 @@ drwxrws--- 4 root users 4096 Jul 25 2001 docs/
<listitem><para>Can you move this directory to the same level as your home directory?</para></listitem>
<listitem><para>Copy all XPM files from <filename>/usr/share/pixmaps</filename> to the new directory. What does XPM mean?</para></listitem>
<listitem><para>List the files in reverse alphabetical order.</para></listitem>
<listitem><para>Make a directory for files starting with an upper case character and one for files starting with a lower case character. Move all the files to the appropriate directories.</para></listitem>
<listitem><para>Change to your home directory. Create a new directory and copy all the files of the <filename>/etc</filename> directory into it. Make sure that you also copy the files and directories which are in the subdirectories of <filename>/etc</filename>! (recursive copy)</para></listitem>
<listitem><para>Change into the new directory and make a directory for files starting with an upper case character and one for files starting with a lower case character. Move all the files to the appropriate directories. Use as few commands as possible.</para></listitem>
<listitem><para>Remove the remaining files.</para></listitem>
<listitem><para>Delete the directory and its entire content using a single command.</para></listitem>
<listitem><para>Use <command>grep</command> to find out which script starts the Font Server in the graphical run level.</para></listitem>