Find broken symlinks - easy way
Need to find any broken Symlinks on your server? Here is a handy command:
for i in `find /var/www/html -type l`; do [ -e $i ] || echo $i is broken; done
Need to find any broken Symlinks on your server? Here is a handy command:
for i in `find /var/www/html -type l`; do [ -e $i ] || echo $i is broken; done
All rights, including copyright, in the content of this website is owned by Janak Singh. In accessing this website, you agree that you may only use the blog content for your own personal non-commercial use.
You are not permitted to copy, adapt or change in any way the portfolio content, photos, images of these web pages for any commercial or non-commercial purpose whatsoever without prior written permission.
Drupal, jQuery, Photoshop, Aptana, Eclipse, Apache, MySQL, PHP, Mac, PC
