我有一个带有!includedir
指令的 MySQL 配置文件。当镜头检查文件时,该指令似乎正确显示:
$ sudo augtool print /files/etc/my.cnf | fgrep includedir
/files/etc/my.cnf/!includedir = "/etc/mysql/conf.d/"
但是,虽然 augtool 在检查/etc/my.cnf时会打印出路径,但如果我尝试打印或检查实际节点,它会一直抱怨路径表达式无效。例如:
$ sudo augtool
augtool> print /files/etc/my.cnf/!includedir
error: Invalid path expression
error: empty name
/files/etc/my.cnf/|=|!includedir
如何使用 Augeas 1.0.0 管理/etc/my.cnf文件!includedir
中的指令?