A user on the system has started a process, but it needs to be terminated.
The process ID was determined as follows:
pgrep userprogram
l5317
The user attempted to terminate the program as follows:
pkill 15317
This command runs without an error message, and the process continues to run.
What is the issue?
A. You need to run the pkill command with the process name.
B. You need to switch to super user to kill the process.
C. You need to run the ps command to get more information.
D. You need to run the prstat command to get more information.
Select the two statements that correctly describe the operation of NWAM.
A. If a location is explicitly enabled, it remains active until explicitly changed.
B. Wireless security keys can be configured by using the nwammgr command.
C. NWAM stores profile information in /etc/ipadm/ipadm.conf and /etc/dladm/datalink.conf.
D. Multiple locations may be automatically activated in systems with multiple network interface cards.
E. Interface NCU Properties "float" and are automatically attached to the highest priority Link NCU Property.
F. If the DefaultFixed NCP is enabled, persistent configuration, stored in /etc/ipadm.conf and /etc/dladm/ datalink.conf is used.
User jack, whose account is configured to use the korn shell, logs in and examines the value of his PATH environment variable:
What will happen, and why?
A. He will get a "file not found" error, because the current directory is not in his seaech path.
B. He will get a "file not found" error, because his home directory is not in his search path.
C. The useradd script will execute, because jack is in the same directory that the script is located in.
D. The command /user/sbin/useradd will execute, because it is the last match in the search path.
E. The command /user/sbin/useradd will execute, because it is the first match in the search path.
Oracle Solaris 11 kernel encounters a fatal error, and it results in a system panic. What type of file does this generate?
A. a.out
B. objdump
C. core dump
D. tape dump
E. crash dump
In a default standalone installation of Oracle Solaris 11, what is the default minimum length in characters of a user password, and where is the minimum password length defined?
A. Default minimum length is 8, and is defined in /etc/default/password.
B. Default minimum length is 6, and is defined in /etc/default/password.
C. Default minimum length is 8, and is defined in /etc/shadow.
D. Default minimum length is 6, and is defined in /etc/shadow.
E. Default minimum length is 8, and is defined in /usr/sadm/defadduser.
F. Default minimum length is 6, and is defined in /usr/sadm/defadduser.
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.
Which two statements are true when updating Solaris 11 from one Support Respository Update (SRU) to another SRU by using the pkg update command?
A. By default, the pkg update command automatically creates a backup Boot Environment whenever the kernel is affected by the update.
B. By default, the pkg update command automatically creates a new Boot Environment whenever the kernel is affected by the update.
C. The pkg update command can only be used to update to a newer SRU.
D. The pkg update command can be used to update to a newer or older SRU.
E. By default, the pkg update command always updates Solaris 11 to the first SRU that was released after the Current SRU.
F. The pkg update command can only be performed while running in the single-user milestone.
Which two accurately identify features of a Solaris 10 branded zone?
A. executes in a Solaris 10 global zone
B. is created by importing a Solaris 10 flash archive
C. enables Linux binary applications to run unmodified
D. provides a complete runtime environment for Solaris 9 applications
E. allows a Solaris 10 global zone to be migrated into a Solaris 10 non-global zone on a Solaris 11 system
You are logged in to a Solaris 11 system as user jack. You issue the following sequence of commands: Identify two correct statements.
A. You have the effective privilege of the account root.
B. Your GID is 10.
C. Your home directory is /root.
D. You are running the shell specified for the account root.
E. Your UID is 1.
Review the storage pool information: Choose the correct procedure to repair this storage pool.
A. Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool clear pool1 command.
B. Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted execute the zpool online pool1 command.
C. Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 command.
D. Shut the system down, replace disk c3t3d0, and boot the system. When the system is booted, execute the zpool replace pool1 c3t3d0 c3t3d0 command.