최신Oracle Solaris Certified Associate - 1Z0-876무료샘플문제
문제1
Click the Exhibit button.

The exhibit shows information about data in Jane's home directory. Which answer describes where the directory named dir1 is stored within the file system.
Click the Exhibit button.

The exhibit shows information about data in Jane's home directory. Which answer describes where the directory named dir1 is stored within the file system.
정답: F
문제2
Wally created a new file named coursebook. The umask was set to the Solaris 10 default when the file was created. Wally used the following command to change the files permissions: $ chmod g+w ./coursebook
Which octal mode with the chmod command can Wally use to set these same permissions?
Wally created a new file named coursebook. The umask was set to the Solaris 10 default when the file was created. Wally used the following command to change the files permissions: $ chmod g+w ./coursebook
Which octal mode with the chmod command can Wally use to set these same permissions?
정답: B
문제3
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?
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?
정답: C
문제4
Which permission bit is required on a directory in order to list the files and directories that reside in the directory?
Which permission bit is required on a directory in order to list the files and directories that reside in the directory?
정답: A
문제5
You have a directory that contains only text files. You wish to compress all of these files. Which command can be used to compress these text files?
You have a directory that contains only text files. You wish to compress all of these files. Which command can be used to compress these text files?
정답: D
문제6
Jane is writing a shell script. While testing the script, she finds that the script is in a infinite loop. She issues the following command:
$ kill `pgrep affiliate.sh`
Which signal does this command send to the process?
Jane is writing a shell script. While testing the script, she finds that the script is in a infinite loop. She issues the following command:
$ kill `pgrep affiliate.sh`
Which signal does this command send to the process?
정답: A
문제7
Click the Exhibit button.

This user is using the Korn shell. Which command did the user execute to display the list shown in the exhibit?
Click the Exhibit button.

This user is using the Korn shell. Which command did the user execute to display the list shown in the exhibit?
정답: B
문제8
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.
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.
정답: C
문제9
You have received a file called data.tar.Z Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original file unchanged?
You have received a file called data.tar.Z Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original file unchanged?
정답: A
문제10
You have created a tar archive of a source code directory. You now want to compress the file using the gzip utility. Choose the command that you could use to compress the file.
You have created a tar archive of a source code directory. You now want to compress the file using the gzip utility. Choose the command that you could use to compress the file.
정답: D
문제11
Choose the answer that correctly describes the Java Archive tool.
Choose the answer that correctly describes the Java Archive tool.
정답: D