LoginSignup
4
4

More than 5 years have passed since last update.

シンボリックリンクだけを検索

Posted at

サーバを移転したり、ステージングと本番と開発を別けたり、構築したりする時に忘れがちなのが、マウントしたフォルダのシンボリックリンク漏れ。
そんな時に一括で検索できる方法です。

find /var/www/ -exec ls -ld {} \; | grep lrwxrwxrwx

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4