<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>第7卷：进程与服务管理 on 编程那些事儿</title><link>https://before80.github.io/prgms/linux/process_service/</link><description>Recent content in 第7卷：进程与服务管理 on 编程那些事儿</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 24 Mar 2026 22:14:42 +0800</lastBuildDate><atom:link href="https://before80.github.io/prgms/linux/process_service/index.xml" rel="self" type="application/rss+xml"/><item><title>第25章：进程基础</title><link>https://before80.github.io/prgms/linux/process_service/Chapter-25-Process-Basics/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/process_service/Chapter-25-Process-Basics/</guid><description>&lt;h1 id="第二十五章进程基础"&gt;第二十五章：进程基础&lt;/h1&gt;
&lt;p&gt;想象一下，你打开一个应用程序——比如微信。程序开始运行，界面出现，你可以聊天、刷朋友圈。这个&amp;quot;运行中的微信&amp;quot;就是一个&lt;strong&gt;进程&lt;/strong&gt;。&lt;/p&gt;</description></item><item><title>第26章：进程控制</title><link>https://before80.github.io/prgms/linux/process_service/Chapter-26-Process-Control/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/process_service/Chapter-26-Process-Control/</guid><description>&lt;h1 id="第二十六章进程控制"&gt;第二十六章：进程控制&lt;/h1&gt;
&lt;p&gt;上一章我们学了怎么看进程，这一章我们学怎么&lt;strong&gt;管&lt;/strong&gt;进程。&lt;/p&gt;
&lt;p&gt;想象一下：你开了很多程序，电脑变慢了；或者某个程序卡死了，窗口关不掉。这时候你就需要&amp;quot;进程控制&amp;quot;——杀死它、暂停它、或者把它扔到后台去。&lt;/p&gt;</description></item><item><title>第27章：服务管理（Systemd）</title><link>https://before80.github.io/prgms/linux/process_service/Chapter-27-Service-Management-Systemd/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/process_service/Chapter-27-Service-Management-Systemd/</guid><description>&lt;h1 id="第二十七章服务管理systemd"&gt;第二十七章：服务管理（Systemd）&lt;/h1&gt;
&lt;p&gt;你有没有想过这个问题：电脑开机的时候，那些nginx、sshd、mysql是怎么自动启动的？它们不是我们手动启动的，但系统一启动它们就在后台跑着了。&lt;/p&gt;</description></item><item><title>第28章：定时任务</title><link>https://before80.github.io/prgms/linux/process_service/Chapter-28-Scheduled-Tasks/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/process_service/Chapter-28-Scheduled-Tasks/</guid><description>&lt;h1 id="第二十八章定时任务"&gt;第二十八章：定时任务&lt;/h1&gt;
&lt;p&gt;你有没有过这种需求：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;每天凌晨3点自动备份数据库&lt;/li&gt;
&lt;li&gt;每周一早上9点发送周报&lt;/li&gt;
&lt;li&gt;每个月1号清理一次过期文件&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;这些&lt;strong&gt;定时自动执行的任务&lt;/strong&gt;，在Linux里叫&lt;strong&gt;定时任务（Cron Job）&lt;/strong&gt;。&lt;/p&gt;</description></item></channel></rss>