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.
スティッキー ビットが設定されている FreeBSD サーバー上のすべてのファイル (ディレクトリを除く) のリストを取得する必要があります。これは find で行われると確信していますが、正しい形式を取得できません。
ありがとう!
それは簡単です:
find . -type f -perm -1000 -print
これはそれを行う必要があります: