1.
Tina has executed the following command:
$ affiliate.sh >/dev/null 2>1
Choose the statement that is true concerning this command.
2.
You attempt to login using the Solaris Login Graphical User Interface (GUI), however an error message is
displayed. After closing the error message you are returned to the Login Screen. How would you login to read
the log files that were indicated in the error message. Which of the following describes how you can login to
read these log files?
3.
Wally is using a Korn shell. He uses the escape key followed by the backslash key for file name completion in
this shell. Which of the following commands did Wally use to configure file name completion?
4.
Wally has just edited a file with the vi editor, he saves the new file with the name newdata. The following is a
listing of that file:
-rw-r----- 1 wally other 111286 May 27 19:10 newdata
Based on the information provided, what is the value of the umask setting?
5.
You own a file that is part of a web development project. This file is shared by the group permission among the
members of the web development group called webdev. The world permissions for the file are set to read only
for security reasons. You wish to give write access on the file for a contractor not in the webdev group. You do
not have root access. Which method describes how you can grant write permissions to the contractor's user
ID?
6.
Tina has executed the following command:
$ affiliate.sh 2>>/var/log/worklog
Choose the statement that is true concerning this command.
7.
Which permission bit is required on a directory in order to list the files and directories that reside in the
directory?
8.
Frank is writing a ksh script. How does he indicate the beginning and end of a block of statements in a case
statement?
9.
Wally created the following aliases.
printall='pr * | lpr'
pa=printall
Choose the answer that best describes what the result will be when Wally uses the pa alias.
10.
Dave has a compressed tar archive named pics.tar.Z Dave needs to uncompress and extract the data from this
file. Which command will extract and uncompress the file?