I spent more time than I care to admit trying to figure out how to make symlinks generated through Windows Ubuntu (also known as WSL, Windows Subsystem for Linux) recognizable in Windows. I kept using this command: ln -s my-actual-dir my-symlink. And it would create a file instead of a directory. Also, it would be …
Archives for Tag: windows ubuntu
How to open Windows Ubuntu (WSL) in cmder from a specific directory
Updated 4/22/2019! My old config stopped working… cmder integrated context menu customization into the Settings panel and I was able to get Git Bash to work, but Windows Ubuntu (aka WSL) kept opening in my $HOME directory although I wanted it to open in a specific directory after right clicking inside of a specific folder …