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

Your company 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:
1) The user’s home directory will be /export/home/"username".
2) Java programmers use the Korn shell.
3) The user’s home directory must be created at the time the account is created.
4) Java programmers use javap as their primary group.
5) Java programmers use javad as their secondary group.
Which two command-line entries will create this new account? (Choose two.)
A. useradd -m -d /export/home/user5 -s /bin/ksh -g javad -G javap user5
B. useradd -d /export/home/user5 -m -s /sbin/ksh -g javap -G javad user5
C. useradd -d /export/home/user5 -m -g javap -G javad -s /bin/ksh user5
D. useradd -d /export/home/user5 -m -s /bin/ksh -g javap -G javad user5
E. useradd -d /export/home/user5 -m -s /bin/ksh -g javad -G javap user5

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.