Question 1

CORRECT TEXT
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?
Usermod -f 0
passwd newuser
mkdir /home/newuser
useradd -D
B
The content of the /etc/shadow document indicates that the newuser account has no password.
We need to add a password.
The passwd utility is used to update user's authentication token(s).

Question 2

A user account must be a member of a primary group, and may also be a member of one or more secondary groups. What is the maximum total number of groups that one user can concurrently belong to?
  • Question 3

    In a fresh installation of Oracle Solaris 11, default datalinks are named with a genetic naming convention, and they increment as you add interfaces. What is the default name?
  • Question 4

    The COMSTAR framework provides support for the iSCSI protocol.
    Select three options that correctly describe the COMSTAR framework.
  • Question 5

    Your system is assigned an IP address object 192.168.0.222/24. However, the net mask-expressed as four octets-is required. Which is the correct netmask?