[UPDATED 2024] Getting 1Z0-821 Certification Made Easy!
1Z0-821 Exam Crack Test Engine Dumps Training With 245 Questions
NEW QUESTION # 105
You want to display network interface information. Which command should you use?
- A. ipadm show-addr
- B. ipadm show-if
- C. ipadm show-addrprop
- D. ipadm show-prop
Answer: B
NEW QUESTION # 106
The core dump configuration in your non global zone is
A user is running a process in a non-global zone (testzone) and the process crashes. The process information is:
user126632618017:46:42pts/20:00/usr/bin/bash
When the user's process crashes in testzone, a non-global zone, where will the core dump be saved?
- A. The file will be saved in non-global zone's directory: /var/core/core.bash.2663
- B. A core file cannot be generated in a non-global zone because it shares the kernel with the global zone.
- C. The file will be stored in the global zone's directory: /var/core/pprocess/core.bash.2663.
- D. The file will be stored in the non-global zone's directory: /var/core/pprocess/core.hash.2663.
- E. The file will be saved in the global zone's directory: /var/core/core.bash.2663.
Answer: A
Explanation:
The line
init core file pattern: /var/core/core.%f.%p
will be used for the non-global process to determine the destination of the dump file.
Note: When a process is dumping core, up to three core files can be produced: one in the per-process location, one in the system-wide global location, and, if the process was running in a local (non-global) zone, one in the global location for the zone in which that process was running.
NEW QUESTION # 107
User jack logs in to host Solaris and executes the following command sequence:
Which three statements are correct?
- A. User jack can use cat to output the contents of testfile because he has read permission as the file owner.
- B. User jill can edit testfile because she has read and write permission at the group level.
- C. User jack can change permissions for testfile because he is the owner of the file.
- D. User jill can change the permissions of testfile because she has write permission for the file at the group level.
- E. User jack can change permissions for testfile because he has execute permission for the file.
- F. User jack can edit testfile because he has read and write permissions at the group level.
Answer: B,C,E
NEW QUESTION # 108
Subnets are created by using________.
- A. netmask
- B. broadcast
- C. unicast
- D. subnet
Answer: A
Explanation:
The process of subnetting involves the separation of the network and subnet portion of an address from the host identifier. This is performed by a bitwise AND operation between the IP address and the (sub)network prefix. The result yields the network address or prefix,and the remainder is the host identifier.
The routing prefix of an address is written in a form identical to that of the address itself. This is called the network mask,or netmask,of the address. For example,a specification of the most-significant 18 bits of an IPv4 address,11111111.11111111.11000000.00000000,is written as 255.255.192.0.
NEW QUESTION # 109
This iron is displayed on the desktop of a laptop computer, which is running Oracle Solaris 11.
Which two statements describe the Information conveyed by this Icon?
- A. NWAM is disabled.
- B. The wireless network card is automatically configured but not operational.
- C. The wireless network card is manually configured and operational.
- D. The wireless network card is automatically configured and operational.
- E. The wireless network card is manually configured but not operational.
- F. NWAM is automatically configuring the network.
Answer: C,F
Explanation:
B: The Network Status notification icon is only displayed on the desktop if you are using NWAM to automatically configure your network.
C: All online (Wireless)
Indicates all manually enabled connections in the enabled network profile are online and that the
required number of connections in the enabled profile group (if such a group exists) are online.
The required number is the same as those described for the All online (Wired) status.
Note that at least one online connection is wireless.
Reference: Oracle Solaris Administration: Network Interfaces and Network Virtualization ,
Checking the Status of Your Network Connection
NEW QUESTION # 110
A user jack, using a bash shell, requests a directory listing as follows: jack@solaris: ~ $ 1s
dira dirb dirc diraa dirabc
Which three statements are correct?
- A. The pattern dir*b? will expand to dirabc.
- B. The pattern dir*b? willexpand to dirb dirabc.
- C. The pattern dir*a will expand to dira diraa.
- D. The pattern dir*a will expand to diraa.
- E. The pattern dir? will expand to dira dirb dirc.
Answer: A,C,E
Explanation:
A: dir followed by a single letter.
C: dir followed by any characters ending with a.
D: dir followed by any characters, then character b, then one single character. only dirabc matches
NEW QUESTION # 111
You have installed software updates to a new boot environment (BE) and have activated that the booting to the new BE, you notice system errors. You want to boot to the last known good configuration.
Which option would you use on a SPARC system to boot to the currentBE boot environment?
- A. beadm activate currentBE
- B. boot rpool/ROOT/currentBE
- C. boot -m currentBE
- D. boot -Z rpool/ROOT/currentBE
- E. boot -a Enter the currentBE dataset name when prompted.
- F. boot -L currentBE
Answer: A
Explanation:
You can change an inactive boot environment into an active boot environment. Only one boot environment can be active at a time. The newly activated boot environment becomes the default environment upon reboot.
How to Activate an Existing Boot Environment beadm activate beName
beName is a variable for the name of the boot environment to be activated.
Note the following specifications.
beadm activate beName activates a boot environment by setting the bootable pool property, bootfs, to the value of the ROOT dataset of the boot environment that is being activated.
beadm activate sets the newly activated boot environment as the default in the menu.lst file.
The newly activated boot environment is now the default on the x86 GRUB menu or SPARC boot menu.
Reference: Changing the Default Boot Environment
Booting a Solaris System
NEW QUESTION # 112
You are attempting to edit your crontab file in the bash shell. Instead of getting your usual vi interface, you are presented with an unfamiliar interface. In order to have your editor of choice-viwhat command must you type after exiting the unfamiliar editor?
- A. crontab - e vi
- B. EDITOR=vi
- C. env
- D. crontab=vi
Answer: B
Explanation:
Set the EDITOR variable to vi.
Commands like `crontab -e` will use ed per default. If you'd like to use some better editor (like vi)
you can use the environment variable EDITOR:
# EDITOR=vi; crontab -e will open the users crontab in vi. Of course you can set this variable
permanently.
Incorrect answers
C: -e Edits a copy of the current user's crontab file, or creates an empty file to edit if crontab does not exist. When editing is complete, the file is installed as the user's crontab file. If a username is given, the specified user's crontab file is edited, rather than the current user's crontab file; this can only be done by a user with the solaris.jobs.admin authorization. The environment variable EDITOR determines which editor is invoked with the -e option. The default editor is ed(1). All crontab jobs should be submitted using crontab. Do not add jobs by just editing the crontab file, because cron is not aware of changes made this way.
Reference: Setting the default editor
NEW QUESTION # 113
View the exhibit to inspect the file system configuration on your server.
View the Exhibit to inspect the file system configuration on your server.
Your department's backup policy is to perform a full backup to a remote system disk on Saturday.
On Sunday through Friday, you are to perform a differential backup to the same remote system disk:
The server file systems must remain available at all times and can never be taken offline.
The backup must not only provide for the recovery of the most recent version of a file, but must also
allow recovery of previous versions of a file created since Saturday's full backup.
Following your company policy, which option describes a valid procedure for backing up the /data file system to a remote disk named /remote/backup?
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION # 114
Server A, Server B, and Server C are connected to the same network switch and are on the sari Each server has a single network interface, net0.
You received a tech support call that Server B has lost network connectivity. Your troubleshooting has discovered:
Server A can ping Server C, but not Server B.
Server B can ping localhost, but not Server A or C.
Server C can ping Server A, but not Server B.
On Server F3, you enter the following command:
dladm show-phys | grep net0
Response:
net0/v4 Ethernet down 0 unknown el00gl What is the next logical troubleshooting action?
- A. Confirm that the router is working.
- B. Confirm that the powerlight of the network switch is on.
- C. Confirm that the physical network connections are intact.
- D. On ServerA and C,runtranceroute -n server.
- E. Run arp-aon all servers.
- F. On ServerB, run tranceroute -nservera and tranceroute -n serverc.
Answer: C
Explanation:
Check the physical connection.
NEW QUESTION # 115
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 manifest for non-global zones
- C. A custom AI manifest
- D. The default AI conf ig file for non-global zones
Answer: C
Explanation:
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.
NEW QUESTION # 116
Which two options are accurate regarding the non-global zone console?
- A. Access the non-global zone console by using the zlogin -c command.
- B. Disconnect from the non-global zone console by using the ~. keys.
- C. Disconnect from the non-global zone console by using the #. keys.
- D. Access the non-global zone console by using the zlogin -1 command.
Answer: A,B
Explanation:
A: How to Log In to the Zone Console Use the zlogin command with the -C option and the name of the zone, for example, my-zone. global# zlogin -C my-zone
C: To disconnect from a non-global zone, use one of the following methods.
*To exit the zone non-virtual console: zonename# exit
*To disconnect from a zone virtual console, use the tilde (~) character and a period:
zonename# ~.
Reference: System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones
NEW QUESTION # 117
You need to know the IP address configured on interface net3, and that the interface is up. Which command confirms these?
- A. ipadm enable-if
- B. ipadm refresh-addr
- C. ipadm show-if
- D. ipadm show-addr
- E. ipadm up-addr
- F. ipadm show-addrprop
Answer: D
Explanation:
Explanation/Reference:
Explanation:
Show address information, either for the given addrobj or all the address objects configured on the specified interface, including the address objects that are only in the persistent configuration.
State can be: disabled, down, duplicate, inaccessible, ok, tentative
Example:
# ipadm show-addr
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
lo0/v6 static ok ::1/128
NEW QUESTION # 118
You have a process called bigscript, and you need to know the PID number for this process. Which command will provide that information?
- A. pgrep bigscript
- B. pkill bigscript
- C. ps bigscript
- D. prstat bigscript
Answer: A
Explanation:
Pgrep takes a process name and return a PID.
Note: pgrep looks through the currently running processes and lists the process IDs which
matches the selection criteria to stdout. All the criteria have to match. For example,
pgrep -u root sshd
will only list the processes called sshd AND owned by root.
Incorrec answers:
ps bigscript: You can't pass a name to ps, it interprets it as arguments.
NEW QUESTION # 119
When you issue the "gzip: zommand not found" message is displayed. You need to install the gzip utility on your system.
Which command would you use to check if the gzip utility is available from the default publisher for installation?
- A. pkg list SUNWgzip
- B. pkg contents gzip
- C. pkg info|grep gzip
- D. pkg search gzip
Answer: D
Explanation:
Searching for Packages
Use the pkg search command to search for packages whose data matches the specified pattern.
Like the pkg contents command, the pkg search command examines the contents of packages. While the pkg contents command returns the contents, the pkg search command returns the names of packages that match the query.
pkg search
search [-HIaflpr] [-o attribute ...] [-s repo_uri] query
Search for matches to the query, and display the results.
Which tokens are indexed are action-dependent, but may include content hashes and pathnames.
Note: pkg is the retrieval client for the image packaging system. With a valid configuration, pkg can be invoked to create locations for packages to be installed, called 'images', and install packages into those images. Packages are published by publishers, who may make their packages available at one or more repositories. pkg, then, retrieves packages from a publisher's repository and installs them into an image.
NEW QUESTION # 120
user1 has a disk quota of 0.5 MB. The user attempts to run the following command on a file called .bigfile that is 495 KB in size:
cp bigfile /tmp
Will the command execute successfully?
- A. No. The command will fail because it will cause him to exceed his user quota.
- B. No. A user cannot place files into the /tmp directory.
- C. Yes.Quotas do notinclude any of the system files such as /tmp /swap.
- D. Yes. The quota is set at the directory level, not the user level.
Answer: C
Explanation:
UFS quotas enable system administrators to control the size of file systems. Quotas limit the amount of disk space and the number of inodes, which roughly corresponds to the number of files, that individual users can acquire. For this reason, quotas are especially useful on the file systems where user home directories reside. As a rule, the public and /tmp file systems usually do not benefit significantly by establishing quotas.
Note: The cp command copies files and directories.
Reference: System Administration Guide: Advanced Administration, Managing UFS Quotas
NEW QUESTION # 121
A change in your company's security policy now requires an audit trial of all administrators assuming the sysadm role, capturing:
There are two command necessary to accomplish this change. One is a rolemod command. What is the other?
- A. auditconfig set flags=lo, ex sysadm
- B. auditconfig -setpolicy +argv
- C. auditconfig set policy=argv
- D. auditconfig -setflags lo, ex sysadm
Answer: B
Explanation:
Audit Significant Events in Addition to Login/Logout (see step 2 below) Use this procedure to audit administrative commands, attempts to invade the system, and other significant events as specified by your site security policy.
For all users and roles, add the AUE_PFEXEC audit event to their preselection mask.
# usermod -K audit_flags=lo, ps:no username
# rolemod -K audit_flags=lo, ps:no rolename
# auditconfig -setpolicy +argv
3 - Record the environment in which audited commands are executed.
# auditconfig -setpolicy +arge
Note: [-t] -setpolicy [+|-]policy_flag[, policy_flag ...]
Set the kernel audit policy. A policy policy_flag is literal strings that denotes an audit policy.
A prefix of + adds the policies specified to the current audit policies. A prefix of - removes the policies specified from the current audit policies. No policies can be set from a local zone unless the perzone policy is first set from the global zone.
NEW QUESTION # 122
......
1Z0-821 Exam Dumps Contains FREE Real Quesions from the Actual Exam: https://www.examcost.com/1Z0-821-practice-exam.html
Obtain the 1Z0-821 PDF Dumps Get 100% Outcomes Exam Questions For You To Pass: https://drive.google.com/open?id=1ZHxS_d0sZ7Ac4FcfBXmde7b8S1Ld3php

