我的主文件夹中出现了一些有趣的目录!

mat*_*ots 3 home-directory 12.04

我最近安装了 Ubuntu Sever 12.04,但一直遇到音频问题,并且一直在安装软件来修复它。

但是,在(徒劳的)尝试重新启动计算机volumeicon以开始工作后,我发现我的主目录中填充了一些我很确定不是自己创建的目录,并且在我创建时也不在那里新安装它。也就是说,它们是DesktopPublicVideosDocumentsMusicDownloadsPictures,和Templates

这些目录是如何到达那里的?是我安装的东西吗?

Rin*_*ind 6

这些是桌面安装的一部分。桌面主页看起来像这样:

在此处输入图片说明

旧图来自网络。www 和 node 目录在图像中是多余的

一些额外的信息可能有助于确定它的来源。创建的目录可能来自

cat /etc/xdg/user-dirs.defaults

# Default settings for user directories
#
# The values are relative pathnames from the home directory and
# will be translated on a per-path-element basis into the users locale
DESKTOP=Desktop
DOWNLOAD=Downloads
TEMPLATES=Templates
PUBLICSHARE=Public
DOCUMENTS=Documents
MUSIC=Music
PICTURES=Pictures
VIDEOS=Videos
# Another alternative is:
#MUSIC=Documents/Music
#PICTURES=Documents/Pictures
#VIDEOS=Documents/Videos
Run Code Online (Sandbox Code Playgroud)

有关 freedesktop.org 的更多信息

除非您确实在该服务器上安装了 gnome 桌面(但我打赌您会记住这一点),否则您可能已经接触过xdg名称中包含的包。