Identify the correctly matching pair of equivalent functionality of JumpStart and Automated installer (AI).
Correct Answer:
B
JumpStart: Use the setup_install_server(1M) command. AI: Use the installadm create-service command.
The following information is displayed for the svc:/network/ssh service:
Which describes the minimum set of commands to be executed to bring the svc:
/network/ssh: default service back online?
Correct Answer:
C
The line
set noexec_user_stack= l
should be added to the /etc/system file to prevent an executable stack while executing user programs. What is the purpose of this?
Correct Answer:
D
How to Disable Programs From Using Executable Stacks Purpose: Prevent executable stack from overflowing. You must be in the root role.
Edit the /etc/system file, and add the following line: set noexec_user_stack=1
Reboot the system.
# reboot
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?
Correct Answer:
D
Check the physical connection.
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?
Correct Answer:
C