use this script for checking symlinks fast and easy![requires busybox 1.19.4 and up]
how to install
how to use
how to self-troubleshoot
for developers: good luck with your projects:)
how to install
Quote:
STEP1) download the attachment posted below-->chklnk.sh.pdf STEP2)remove the extension name(and you can change the file name to whatever you'd like) STEP3)put it in /bin, /sbin or /xbin(any folder that contains posix applets) STEP4)kill it with fire. |
Quote:
(if you have done the "how to install" correctly,) open the terminal, and do this: Code:
chklnk [some file you want to check] |
Quote:
if nothing shows up on terminal screen except "error code 1", don't freak out and just do what i say: Code:
chklnk bbpass [your stuff] Code:
chklnk verbose [your stuff] Code:
chklnk verbose bbpass [your stuff] |
for developers: good luck with your projects:)