Skip to content

Instantly share code, notes, and snippets.

@allex
Created April 18, 2013 15:54
Show Gist options
  • Save allex/5413867 to your computer and use it in GitHub Desktop.
Save allex/5413867 to your computer and use it in GitHub Desktop.
Safely change home directory in cygwin
# http://stackoverflow.com/questions/225764/safely-change-home-directory-in-cygwin
mkpasswd -l -p "$(cygpath -H)" > /etc/passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment