Monday, 30 October 2023

symbolic link and windows symbolic link

 sym link

https://www.freecodecamp.org/news/linux-ln-how-to-create-a-symbolic-link-in-linux-example-bash-command/

ln -s existing_source_file optional_symbolic_link



in windows, open git bash, and select run as admin,

then cd to ur dir. c drive will be cd \c

when pointing to another location use quotes :


ln -s 'C:\Program Files\OpenSSL-Win64\bin\openssl.exe' openssl.exe


No comments:

Post a Comment