You created a custom .profile and scripts that you would like to have placed in a user home
directory when a new user account is created. and scripts that you would like to have placed in a
user? home directory when a new user account is created. The script should only be given to
users that have a primary GID of 300 – the ? – the development?group. Which describes the
procedure to make this happen?
A.
Place the files into the /etc/skel directory; useradd will automatically put those files into the user
home directory when the account iswill automatically put those files into the user? home directory
when the account is created.
B.
Create a directory named /etc/development ; place the files in this directory ; type: useradd -k
/etc/development when creating accounts for those users.
C.
Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd
-K /etc/skel/development when
creating accounts for those users.
D.
Create a directory named /etc/skel/development ; place the files in this directory ; type: useradd
-m /etc/skel/development when creating accounts for those users.
Explanation: