## Clone a user This creates a new user called `carl2`, using the contents of `carl`s home directory as a template. ```bash sudo useradd -k /home/carl -m carl2 ```