UTERMINAL
TERMINAL
NEXT
$V1$
$V1$
PAUSE
ENCORE5
ENCORE
BOX
ILLUSTRATION
GO
The above diagram shows the sensitive directories, into
which most of the users should not be allowed to write!
/
|
------------------------
/ / | \ \
/ / | \ \
bin etc usr
|
---------------------------
/ / | \ \
/ / | \ \
yori bin local lib
|
-----------------
/ | \
/ | \
bin lib cti
lib
dev
proj1
Type the command that will make all of the files in the /bin
directory executable by all, but readable and writable only by
the owner. Use octal notation to specify the absolute form of
the command.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use chmod with permission 711 for all files in /bin
Please type chmod 711 /bin/*
I guess I must type this for you:
$PROMPT$
FORGET2
Observe the result on the terminal!
chmod 711 /bin/*
$PROMPT$