Which two command-line entries will create this new account?

Your company has hired a new Java technology programmer, and the IT manager wants you to
create a user account, user5, on the development server for this new employee. Account creation
must abide by the following departmental rules:

Which two command-line entries will create this new account? (Choose two.)

Your company has hired a new Java technology programmer, and the IT manager wants you to
create a user account, user5, on the development server for this new employee. Account creation
must abide by the following departmental rules:

Which two command-line entries will create this new account? (Choose two.)

A.
useradd -d /export/home/user5 -m -g javap -G javad -s /bin/ksh user5

B.
useradd -d /export/home/user5 -m -s /bin/ksh -g javap -G javad user5

C.
useradd -d /export/home/user5 -m -s /bin/ksh -g javad -G javap user5

D.
useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5

E.
useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5

Explanation:



Leave a Reply 0

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