Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'hard links to the same file, but with different names' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
hard links to the same file, but with different names
Authored by: wireface on Wed, May 7 2008 at 9:23AM PDT
Yes this is very common practice in unix. In fact on mac os x the saying "less is more" is in fact literally true, because both the command "less" and the command "more" are the same program.

ls -i /usr/bin/more /usr/bin/less
2555402 /usr/bin/less 2555402 /usr/bin/more

(this shows they have the same inode number and are thus both hard links to the same thing)

[ Reply to This | # ]