Skip to content

Instantly share code, notes, and snippets.

@mzaglia
Last active April 22, 2026 17:27
Show Gist options
  • Select an option

  • Save mzaglia/5877a86523ac06df10831e6980bbd7e1 to your computer and use it in GitHub Desktop.

Select an option

Save mzaglia/5877a86523ac06df10831e6980bbd7e1 to your computer and use it in GitHub Desktop.
Create folder for existing user in linux
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