<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://lnote.cn/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://lnote.cn/wiki/feed.php">
        <title>LinuxNote - 程序应用:kill</title>
        <description></description>
        <link>http://lnote.cn/wiki/</link>
        <image rdf:resource="http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-20T10:06:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:kill:%E6%89%B9%E9%87%8F%E7%BB%93%E6%9D%9F&amp;rev=1686633917&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>LinuxNote</title>
        <link>http://lnote.cn/wiki/</link>
        <url>http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:kill:%E6%89%B9%E9%87%8F%E7%BB%93%E6%9D%9F&amp;rev=1686633917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-13T05:25:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>批量结束</title>
        <link>http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:kill:%E6%89%B9%E9%87%8F%E7%BB%93%E6%9D%9F&amp;rev=1686633917&amp;do=diff</link>
        <description>kill 批量结束 进程

发现dbus-deamon 会不断增加 搞不清楚怎么回事  没办法 只好手动批量结束了


  ps ax | grep &#039;dbus-daemon --fork&#039; | awk &#039;{print $1}&#039; | xargs kill</description>
    </item>
</rdf:RDF>
