You need to make sure that all of the software packages on your server are up to date. Without installing any
updates, which two commands would display .my software updates that are available in the default Oracle
repository?
A user Jack, using a korn shell, requests a directory listing as follows:
jack@solaris:/export/home/jack $ 1s
file filea Filea fileb Fileb filec Filec
Which two statements are correct?
You created an IP address for interface net3 with the following command, which executed successfully:
ipadm create-addr T static a 192.168.0.100/24 net3/v4
You then ran:
ipadm showif
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?
You have a ticket from a new user on the system, indicating that he cannot log in to his account. The
information in the ticket gives you both the username and password. The ticket also shows that the account
was set up three days ago.
As root, you switch users to this account with the following command:
su newuser
You do not get an error message.
You then run 1s -1a and see the following files:
local1.cshrc local1.login local1.profile .bash_history .bashrc .profile
As root, you grep the /etc/passwd file and the /etc/shadow file for this username, with these results:
/etc/passwd contains newuser:x:60012:10:/home/newuser:/usr/bin/bash
/etc/shadow contains newuser:UP: : : : :10: :
As root, what is your next logical step?
You have a user that needs to use the cron tool to schedule some repetitive tasks. When the user enters the
crontab e command in a terminal window, the following error appears:
crontab: you are not authorized to use cron. Sorry
In order to troubleshoot this issue, in what directory would you start your invest
You are having an issue with the shutdown command. You wish to determine if the file is a script or an
executable program. Which command would you use to determine this?
You are troubleshooting a newly installed desktop Oracle Solaris 11 system with a single network interface.
From this system, you can connect to other systems within the company intranet, but cannot access any
external services (such as websites and email), even when using IP addresses.
Examining the routing table confirms that the default route to 192.108.1.1 is missing. DHCP is not used at this
site. Which two commands will temporarily mid permanently configure the default route?