Creating a linked file in UNIX

Unix uses links a bit like Windows uses short cuts. Except that the Unix version is more robust. It appears to the system virtually identical to the file it is pointing to.
To create a link you need to use the following syntax :
#> ln -s existing_file next_file

Leave a Reply

Your email address will not be published. Required fields are marked *