Asyntax.com Unix Commands List
Unix Command or Function to Search:
! A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Full description ln

Make a link to a file
syntax: ln -s <original> <link>

Linking is to some a hard concept. Mac System 7 users will do best
thinking of a link as an alias. Basically a link creates a file that
points to the other file specified. So if you edit the link unix
edits the file, etc... The -s flag is almost always used. What
happens when it is not used is too complicated to put into this guide.

Another Commands:

aliasCommonly used for a long strings that are frequently used. Alias allows you to have a small more familiar command or name to execute a long string. info
lprSubmits print requests. info
sleep nWaits a x amount of seconds. info
lslist directory contents info