<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
    <anon>linux</anon>
    <anon>gnu</anon>
    <anon>bash</anon>
  </categories>
  <description>find コマンドで、自分以外の所有者のファイルを探す。 ユーザーがtakuya 以外のファイルやディレクトリを探す。 find . -not -user takuya 指定した所有者のファイルを探す。 not を外せば、所有者を限定してファイルを探す。 find . -user takuya オーナーではなく -user です。 指定したユーザーグループを探す 重ねがけが出来ます。 find . -user takuya -and -group takuya ユーザー設定が意図通りになっていないものを探す。 find . -not -user takuya -and -not -group …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2020%2F03%2F26%2F162020&quot; title=&quot;findコマンドでファイルの所有ユーザーを調べ所有者を間違っているファイルを探す。 - それマグで！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-03-26 16:20:20</published>
  <title>findコマンドでファイルの所有ユーザーを調べ所有者を間違っているファイルを探す。</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2020/03/26/162020</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
