Copying .oneworld and .profile from an Existing User to a New User
Go to the home directory of an existing UNIX user. For example, your user might be psft900.
Using this command, copy the
.oneworldfile to the home directory of the new user that you created in Creating a New User and Group:cp .oneworld .profile /home/userwhere user is the name of the new user you created in Creating a New User and Group.