Is there an easy way to show whether there are any symlinks in a specified path pointing to a certain directory or one of its children?
For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...