PAUSE
ENCORE
BOX
LESSON REVIEW
QPR1
1. A ______________ is the complete name of a file which
traces a path through the file system to a desired file.
QPR2
2. To find out the file type, one can use:
a ps
b ls -l
c type
d file
e b and c
f a and d
g b and d
h a and c
QPR3
3. Which of the following is a directory?
a -rw-rw-rw- 1 jones 4356 April 15 fileA
b drwxr-xr-x 2 jones 3347 April 15 fileB
c crwx------ 1 jones 5678 April 15 fileC
d -rwxrwxrwx 1 jones 1001 April 15 fileD
QPR4
4. The file protection descriptor that would allow
- the owner of the file to read, write and execute the file
- members of the owner's group to read and execute the file
- all others to read the file
would be:
a rwxr-xr--
b rwxrw-rw-
c rwxrw-rw-
d rwxr-xr-x
QPR5
5. Enter the command that will give read, write, and execute
privileges to everyone for the file public_info.
QPR6
6. To take away write privileges from others for the file
monthly_report, the relative chmod command would be:
a chmod o-w monthly_report
b chmod o-rx monthly_report
c chmod o+w monthly_report
d chmod o-x monthly_report
QPR7
7. Group membership is listed in the ____________ file.
QPR8
8. What group does lee belong to?
-rw-rw-rw- 1 jones admin 4356 April 15 fileA
drwxr-xr-x 2 lee engr 3347 April 15 fileB
crwx------ 1 sanchez admin 5678 April 15 fileC
-rwxrwxrwx 1 smith engr 1001 April 15 fileD
QPR9
9. As a superuser, you can change the ownership of a file
with the ____________ command.
QPR10
10. Assume that you are superuser. Enter the command to
change the ownership of the file picnic from davis to sanchez.
RINTER
______________________________________________________________________________
$PRMT_STR$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
$F_DIAG_L1$
$F_DIAG_L2$
$F_DIAG_L3$
$S_DIAG_L1$
$S_DIAG_L2$
$S_DIAG_L3$
$REV_STR1$
$REV_STR2$
FORGET1
The correct answer is: $ANSWER$
GO