PAUSE
UTERMINAL
TERMINAL
NEXT
$V1$
ENCORE5
ENCORE
BOX
COMMAND
GO
Assume that your company has several networked computers. Your
lab has a system called lab, which is used for research. The
administrative office has a machine called admin. You are
working on a grant and need access to the personnel files,
so you want to mount one of their file systems on your machine.
Assume that you are on the lab machine and wish to
mount the /usr/personnel file system from the server admin
on your directory /usr/grant/staff.
Please type the appropriate command!
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use mount to export admin:/usr/personnel
to /usr/grant/staff
Please type mount admin:/usr/personnel /usr/grant/staff
You will be helped this time!
$PROMPT$
FORGET1
$PROMPT$mount admin:/usr/personnel /usr/grant/staff
Observe the effect!
$PROMPT$
Now you want to print some resume files in the /usr/personnel
directory on the admin system. First you need to change
to the directory they are mounted on: /usr/grant/staff.
Enter the command to do so.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use cd to go to /usr/grant/staff
Please type cd /usr/grant/staff
You will be helped this time!
$PROMPT$
FORGET2
$PROMPT$cd /usr/grant/staff
Observe the effect!
$PROMPT$
Now you want to lpr the resume files conway and dorn.
Enter the command to print the files.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use lpr to print conway and dorn
Please type lpr conway dorn
You will be helped this time!
$PROMPT$
FORGET3
$PROMPT$lpr conway dorn
Observe the effect!
request id is printer-235 (2 files)
$PROMPT$