我是 Linux/Ubuntu 的新手 - 我想知道我看到的行为是否符合设计。我已经安装了 vsftpd:
sudo apt-get install vsftpd
Run Code Online (Sandbox Code Playgroud)
然后我删除:
sudo apt-get remove vsftpd
Run Code Online (Sandbox Code Playgroud)
但是,查看 /etc 我可以看到 vsftpd.conf 仍然存在。有人可以解释为什么会发生这种情况(我假设删除会删除与 vsftpd 相关的所有文件)?