文件操作 - test_jmxpassword.aug
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/augeas/lenses/dist/tests/test_jmxpassword.aug
编辑文件内容
(* Module: Test_JMXPassword Provides unit tests and examples for the <JMXPassword> lens. *) module Test_JMXPassword = (* Variable: conf *) let conf = "# Comment admin activemq " (* Variable: new_conf *) let new_conf = "# Comment admin password " let lns = JMXPassword.lns (* Test: JMXPassword.lns * Get test against tree structure *) test lns get conf = { "#comment" = "Comment" } { "user" { "username" = "admin" } { "password" = "activemq" } } (* Test: JMXPassword.lns * Put test changing password to password *) test lns put conf after set "/user/password" "password" = new_conf (* vim: set ts=4 expandtab sw=4: *)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件