You issue the following sequence of commands: Identify two correct statements.

You are logged in to a Solaris 11 system as user jack. You issue the following sequence of

commands: Identify two correct statements.

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.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


mahoni

mahoni

Answer: AB

The question’s below part is missing.

jack@solaris:~$ id
uid=65432 (jack) gid=10 (staff) groups=10(staff)
jack@solaris:~$ su
password:
jack@solaris:~#

mahoni

mahoni

Explanation:
Oracle Solaris provides predefined rights profiles. These profiles, listed in the /etc/security/prof_attr, can be assigned by the root role to any account. The root role is assigned all privileges and all authorizations, so can perform all tasks, just as root can when root is a user.
To perform administrative functions, you open a terminal and switch the user to root. In that
terminal, you can then perform all administrative functions.
$ su – root
Password: Type root password
#
When you exit the shell, root capabilities are no longer in effect.
Reference: User Accounts, Roles, and Rights Profiles