Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シェルコマンドを使用してLinuxサーバー上のすべての読み取り可能なディレクトリとサブディレクトリを見つけようとしている私は、次のコマンドラインを試しました:
find /home -maxdepth 1 -type d -perm -o=r
しかし、このコマンド ラインでは、( ) ディレクトリ内の読み取り可能なフォルダーのみが表示され、/サブディレクトリも表示されません。
/
PHPまたはコマンドラインを使用してそれを行いたい
ありがとうございました