Last active
April 22, 2026 17:27
-
-
Save mzaglia/5877a86523ac06df10831e6980bbd7e1 to your computer and use it in GitHub Desktop.
Create folder for existing user in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo cp -ar /etc/skel/. /home/$USER && sudo chown $USER:$USER /home/$USER && sudo chmod 700 /home/$USER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment