我找到了这个 mv 命令,但我不明白它为什么起作用:
sudo mv /usr/share/dbus-1 /services/org.freedesktop.Notification.service{,.disabled}
我在手册页中找不到这个语法。
答案1
在命令中的该位置,{}
表示备选列表,在本例中为""
和".disabled"
。自己尝试一下,使用echo
(并删除 后的空格/dbus-1
):
$ echo /usr/share/dbus-1/services/org.freedesktop.Notification.service{,.disabled}
/usr/share/dbus-1/services/org.freedesktop.Notification.service /usr/share/dbus-1/services/org.freedesktop.Notification.service.disabled