From 64e02f545e0d5c19646e17cef052d485490f8e89 Mon Sep 17 00:00:00 2001 From: tille <> Date: Wed, 7 Sep 2005 12:36:43 +0000 Subject: [PATCH] more and clearer defined exercises. --- LDP/guide/docbook/Intro-Linux/chap3.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/LDP/guide/docbook/Intro-Linux/chap3.xml b/LDP/guide/docbook/Intro-Linux/chap3.xml index 5b3fb139..b29d1ff6 100644 --- a/LDP/guide/docbook/Intro-Linux/chap3.xml +++ b/LDP/guide/docbook/Intro-Linux/chap3.xml @@ -1362,7 +1362,7 @@ uid=501(asim) gid=3400(web) groups=100(users),501(asim),3400(web) asim:/var/www/html> ls test -rw-rw-r-- 1 asim web 0 Jun 10 15:38 test -Loggin in to a new group prevents you from having to use chown (see ) or calling your system administrator to change ownerships for you. +Logging in to a new group prevents you from having to use chown (see ) or calling your system administrator to change ownerships for you. See the manpage for newgrp for more information. The file mask @@ -1605,7 +1605,7 @@ drwxrws--- 4 root users 4096 Jul 25 2001 docs/ What drivers are loaded? How many hours has the system been running? Which filesystems are known by your system? -Change to /etc/rc.d and choose the directory appropriate for your run level. +Change to /etc/rc.d | /etc/init.d | /etc/runlevels and choose the directory appropriate for your run level. What services should be running in this level? Which services run in graphical mode that don't run in text mode? Change to /etc @@ -1628,7 +1628,8 @@ drwxrws--- 4 root users 4096 Jul 25 2001 docs/ Can you move this directory to the same level as your home directory? Copy all XPM files from /usr/share/pixmaps to the new directory. What does XPM mean? List the files in reverse alphabetical order. -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. +Change to your home directory. Create a new directory and copy all the files of the /etc directory into it. Make sure that you also copy the files and directories which are in the subdirectories of /etc! (recursive copy) +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. Remove the remaining files. Delete the directory and its entire content using a single command. Use grep to find out which script starts the Font Server in the graphical run level.