Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Also... | 1 comments | Create New Account
Click here to return to the 'Also...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Also...
Authored by: wealthychef on Feb 28, '02 05:18:46PM

As a corollary to this, you can also leave the target file name off completely if the link is to be made to the same directory you're in, which is often the case:

ln -s /path/to/a_file

This creates a link to a_file in the current working directory, i.e., there is an implied '.' argument.



[ Reply to This | # ]