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.
私はrootが所有するディレクトリ構造を持っており、一部のファイルはrootによって実行可能であり、すべてのファイル/ディレクトリはすべてのユーザーが読み取ることができます。
その中のすべての実行可能ファイル(他のファイルは除く)をすべてのユーザーが実行可能にするための良い方法は何ですか?
(ルートとして)試してください:
find /your/directory -executable -type f -exec chmod o+x {} +