![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .htaccess and symlinks | ukndoit | Filesystems, Disks and Memory | 28 | 10-08-2007 07:51 AM |
| Nested Symlinks? | deckard | Shell Programming and Scripting | 0 | 09-07-2007 12:07 PM |
| search and replace symlinks | nixrock | UNIX for Advanced & Expert Users | 2 | 10-19-2005 02:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Symlinks
Given a filename, is it possible to know haow many symbolic links are pointing to it? How can I tell?
|
| Forum Sponsor | ||
|
|
|
|||
|
You have to use
Code:
find / -type l And if a filesystem with symlinks is not mounted at the time you don't see it. See Perderabo's post: Symbolic Links |
|||
| Google The UNIX and Linux Forums |