hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/tasks_links2.3.1.html (Einblicke ins Internet, 10/1995)

Examples of using the ln command

Examples of using the ln command

1. To make a link to a file in another user's home directory:

   ln ~sandra/prog.c .

This makes a link between the file prog.c in the home directory of user "sandra" and the filename prog.c in the current working directory.