This instruction set only shows how to copy current users profiles


change your directory to the individual whose profile we will be copying

cd /users/home/USERNAMEHERE 



You will want to list the profile of someone you are copying from

ex - l /users/home/USERNAMEHERE/.profile



then use this command to copy the profile - the first user name should be who your copying from, the second user name should be who your copying too.


cp /users/home/USERNAMEHERE/.profile /users/home/USERNAMEHERE/.profile