Oracle 1Z0-821 Online Practice
Questions and Exam Preparation
1Z0-821 Exam Details
Exam Code
:1Z0-821
Exam Name
:Oracle Solaris 11 System Administration
Certification
:Oracle Certifications
Vendor
:Oracle
Total Questions
:243 Q&As
Last Updated
:Jul 09, 2026
Oracle 1Z0-821 Online Questions &
Answers
Question 141:
You want to display network interface information. Which command should you use?
A. ipadm show-if B. ipadm show-addr C. ipadm show-prop D. ipadm show-addrprop
A. ipadm show-if
Question 142:
View the Exhibit.
The file came from your Automated Installer (AI) install server. The file is ____________.
A. An AI SC profile for non-global zones B. The default AI conf ig file for non-global zones C. The default AI manifest for non-global zones D. A custom AI manifest
D. A custom AI manifest
ai_manifest
-Automated installation manifest file format
Synopsis /usr/share/install/ai.dtd.1 Some customizations have been made, such as the selection of specific locales.
Question 143:
A user brian is configured to use the bash shell. His home directory is /export/home/brian, and contains a .profile and a .bashrc file.
In the -profile, there are these lines:
genius =ritchie
export genius
In the .bashrc us this line:
genius=kernighan
In /etc/profile are these lines:
genius=thompson
export genius
When brian logs in and asks for the value of genius, what will he find, and why?
A. genius will be ritchie, because that was the value exported in .profile. B. genius will be kernighan, because .bashrc executes after .profile. C. genius will be ritchie because variable settings in .profile take precedence over variable settings in .bashrc. D. genius will be ritchie because .profile executes after .bashrc. E. genius will be thompson because /etc/profile system settings always override local settings.
C. genius will be ritchie because variable settings in .profile take precedence over variable settings in .bashrc.
Question 144:
To inspect network interface net3, you enter the following commands:
What problem do you suspect? Assume the user is authorized and provided the correct password.
A. The net3 interface hasn't been enabled yet. B. The net3 vnic hasn't been created. C. The net3/v4 ip object hasn't been configured. D. The net3 interface is not attached to a NIC or etherstub.
C. The net3/v4 ip object hasn't been configured.
The following command marks the address object net1/v4a up that was previously marked down. # ipadm up-addr net1/v4a
Question 145:
You notice that the /var/.dm/messages file has become very large. Typically, this is managed by a crontab entry. Which entry should be in the root's crontab file?
A. 10 3 * * * /usr/adm/messages B. 10 3 * * * /usr/sbin/logadm C. 10 3 * * * /usr/sbin/syslogrotate D. 10 3 * * * /usi/sbin/logrotate E. 10 3 * * * /usr/sbin/messages
B. 10 3 * * * /usr/sbin/logadm
This example shows how to display the default root crontab file.
$ suPassword: # crontab -l #ident "@(#)root 1.19 98/07/06 SMI" /* SVr4.0 1.1.3.1 */ # # The root crontab should be used to perform accounting data collection. # # 10 3 * * * /usr/sbin/logadm 15 3 * * 0 /usr/lib/fs/nfs/nfsfind 30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] andand /usr/lib/gss/gsscred_clean #10 3 * * * /usr/lib/krb5/kprop_script ___slave_kdcs___
Question 146:
You need to connect two nonglobal zones using a private virtual network. Identify the network resources required in the global zone to accomplish this.
A. an etherstub and two virtual network interfaces B. a virtual bridge C. two virtual network interfaces. D. two etherstubs
A. an etherstub and two virtual network interfaces
Question 147:
Select the packet type that identifies members of the group and sends information to all the network interfaces in that group.
A. Unicast B. Multicast C. Broadcast D. Bayesian E. Quality of Service Priority
B. Multicast
IPv6 defines three address types:
unicast
Identifies an interface of an individual node.
multicast
Identifies a group of interfaces, usually on different nodes. Packets that are sent to the multicast address go to all members of the multicast group.
anycast
Identifies a group of interfaces, usually on different nodes. Packets that are sent to the anycast address go to the anycast group member node that is physically closest to the sender.
Question 148:
alice is a user account used by Alice on a Solaris 11 system.
sadmin is a role account on the same system.
Your task is to add the command /usr/sbin/cryptoadm to the Network management profile, so that Alice can execute it, while assuming the sadmin role.
Select the three activities necessary to accomplish this.
A. To the file /etc/security/prof_attr, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0 B. To the file /etc/security/auth_attr, add the line:Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0 C. To the file /etc/security/exec_attr.d/local-entriies, add the line:Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0 D. Run the roles alice to ensure that alice may assume the role sadmin. E. Run the command profiles sadmin to ensure that the role sadmin includes the network Management profile. F. Run the command profiles alice to ensure that the Alice has permissions to access the Network management profile. G. Run the command profiles "Network management" to ensure that the Network management profile includes the sadmin role.
C. To the file /etc/security/exec_attr.d/local-entriies, add the line:Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0 D. Run the roles alice to ensure that alice may assume the role sadmin. G. Run the command profiles "Network management" to ensure that the Network management profile includes the sadmin role.
C: /etc/security/exec_attr is a local database that specifies the execution attributes associated with profiles. The exec_attr file can be used with other sources for execution profiles, including the exec_attr NIS map and NIS+ table.
A profile is a logical grouping of authorizations and commands that is interpreted by a profile shell to form a secure execution environment.
Question 149:
Your system is assigned an IP address object 192.168.0.222/24. However, the net mask -- expressed as four octets -- is required. Which is the correct netmask?
A. 255.0.0.0 B. 255.255.0.0 C. 255.255.255.0 D. 255.255.255.24 E. 255.255.255.255
C. 255.255.255.0
A 24-bit network mask is expressed as 255.255.255.0.
Question 150:
You are configuring NFS on a server. Select the two statements that are true.
A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up. B. A directory cannot be shared if a subdirectory below it is already shared. C. Renaming a share created with the zfs set share command is not supported. D. NFS and SMB protocols cannot be used simultaneously to share the same directory.
A. Resources listed in /etc/dfs/dfstab are automatically shared on boot up. C. Renaming a share created with the zfs set share command is not supported.
A: ZFS can automatically share file systems by setting the sharenfs property. Using this property, you do not have to modify the /etc/dfs/dfstab file when a new file system is shared. The sharenfs property is a comma-separated list of options to pass to the share command. The value on is an alias for the default share options, which provides read/write permissions to anyone. The value off indicates that the file system is not managed by ZFS and can be shared through traditional means, such as the /etc/dfs/dfstab file. All file systems whose sharenfs property is not off are shared during boot.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Oracle exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 1Z0-821 exam preparations
and Oracle certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.