You created an IP address for interface not.3 with the following command, which executed successfully:
ipadm create-addr –T static –a 192.168.0.100/24 net3/v4
You then ran:
ipadm show–if
The result indicated that the interface was down.
You then ran:
ipadm delete-addr net3/v4
ipadm create-addr –T static –a 192.168.0.101/24 net3/v4
ipadm show-if
The last command indicated that the interface was up.
Why did it work with the second address specified, but not the first?
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?
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?
To help with your troubleshooting, you need to determine the version of the OBP. Which two commands will provide you with this information?
In an effort to reduce storage space on your server, you would like to eliminate duplicate copies of data in your server’s ZFS file systems.
How do you specify that pool1/data should not contain duplicate data blocks (redundant data) on write operations?
To confirm the IP address and netmask have been correctly configured on the network interfaces which command should you use?
user1, while in his home directory, is attempting to run the following command in his home directory: cp bigfile verybig
The system displays the following error:
cp: cannot create verybig: Disc quota exceeded
Your initial troubleshooting shows that the df -h command indicates he is at 100% capacity. What command would you use to increase the disk space available to the user?
Which two SMF milestones can be specified at boot time?
You want to display network interface information. Which command should you use?
A user jack, using a bash shell, requests a directory listing as follows:
Which three statements are correct?