Showing posts with label sym link. Show all posts
Showing posts with label sym link. Show all posts

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


Monday, 25 April 2022

Short hand of writting symbolic link

 #https://askubuntu.com/questions/480908/problem-with-update-manager-no-module-named-apt-pkg-in-ubuntu-13-10-having-i

# #Symbolic link shorthand : 

sudo ln -s apt_pkg.cpython-{35m,38m}-x86_64-linux-gnu.so


// #craete a symbolic link at current dir name : apt_pkg.cpython-38m-x86_64-linux-gnu.so and refer to 35m