unix - Is it possible to create a shell script used as soft link? -


i not know if there way create shell script soft link/symbolic link? thank you.

type in terminal:

ln -s /path/to/shell/script/to/be/linked /path/to/shell/script/soft/link 

example: ln -s /usr/local/script1.sh /usr/scripts/

this command create soft link script1.sh in folder /usr/scripts

note: can execute shell script using soft link itself


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -