I'm looking for the /etc/rc.X/ softlink to /etc/init.d/portmap.
Does anyone know where portmap is called?
How can I find all symlinks to a file?
Chris
I'm looking for the /etc/rc.X/ softlink to /etc/init.d/portmap.
Does anyone know where portmap is called?
How can I find all symlinks to a file?
Chris
You can use find with the -l option for this.
Some examples I found:
How to find all symbolic links to a given file/directory?
How to find symlink