UTERMINAL
TERMINAL
NEXT
$V1$
$V1$
PAUSE
ENCORE5
ENCORE
BOX
ILLUSTRATION
GO
The command ls when used with -l option produces a
detailed/long listing for the specified files.
At the prompt please enter the command to see the detailed listing
for the files A, B and C.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
No, the command should be ls -l A B C
Please type ls -l A B C
You will be helped this time.
$PROMPT$
FORGET1
Observe the result on the terminal.
ls -l A B C
crwx------ 2 admin root 192 Apr 16 09:07 A
drwxr-xr-x 1 root root 11800 Apr 16 10:43 B
-rw-rw-r-- 1 yori cti 5212 Apr 16 11:33 C
Let us focus on the file protection descriptors above.
crwx------ 2 admin root 192 Apr 16 09:07 A
drwxr-xr-x 1 root root 11800 Apr 16 10:43 B
-rw-rw-r-- 1 yori cti 5212 Apr 16 11:33 C
Note the first letter in the file protection descriptors
above. The c for file A stands for character special
file , the d for file B stands for directory file,
and - for file C stands for ordinary file.